#B75DC3

Color #B75DC3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B75DC3

Tints of Fuchsia #B75DC3

Color information

#B75DC3 (or 0xB75DC3) is unknown color: approx Fuchsia. HEX triplet: B7, 5D and C3. RGB value is (183,93,195). Sum of RGB (Red+Green+Blue) = 183+93+195=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #B75DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DC3 is #48A23C. Grayscale: #838383. Windows color (decimal): -4760125 or 12803511. OLE color: 12803511.

HSL color Cylindrical-coordinate representation of color #B75DC3: hue angle of 292.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B75DC3 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18393195-
CMYK0.060.5200.24
HSL292.94º45.95%56.47%-
HSV(B)292.94º52.31%76.47%-
XYZ33.2921.8454.09-
YUV131.54163.82164.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=38.85%
G=19.75%
B=41.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183931950.060.5200.24292.9445.9556.47
HexB75DC36340181252e38
Octal2671353036640304455670
Binary10110111101110111000011110110100011000100100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DC3; }

 p { color: rgb(183,93,195); }

 H1.HeaderClassName
 {
   color: #B75DC3;
 }
 .AnyTagClassName
 {
   color: #B75DC3;
 }
</style>
background-color css

<style>
 a { background-color: #B75DC3; }

 a { background-color: rgb(183,93,195); }

 div.DivClassName
 {
   background-color: #B75DC3;
 }
 .BgClassName
 {
   background-color: #B75DC3;
 }
</style>
border-color css

<style>
 span { border-color: #B75DC3; }

 span { border-color: rgb(183,93,195); }

 td.TdClassName
 {
   border-color: #B75DC3;
 }
 .TagClassName
 {
   border-color: #B75DC3;
 }
</style>