#B764C2

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

Shades of Fuchsia #B764C2

Tints of Fuchsia #B764C2

Color information

#B764C2 (or 0xB764C2) is unknown color: approx Fuchsia. HEX triplet: B7, 64 and C2. RGB value is (183,100,194). Sum of RGB (Red+Green+Blue) = 183+100+194=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #B764C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764C2 is #489B3D. Grayscale: #878787. Windows color (decimal): -4758334 or 12739767. OLE color: 12739767.

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

Color convert

RGB183100194-
CMYK0.060.4800.24
HSL292.98º43.52%57.65%-
HSV(B)292.98º48.45%76.08%-
XYZ33.8223.0853.71-
YUV135.53161161.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 194 (76.17% from 255) = 40.67%
R=38.36%
G=20.96%
B=40.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831001940.060.4800.24292.9843.5257.65
HexB764C26300181252c3a
Octal2671443026600304455472
Binary10110111110010011000010110110000011000100100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764C2; }

 p { color: rgb(183,100,194); }

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

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

 a { background-color: rgb(183,100,194); }

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

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

 span { border-color: rgb(183,100,194); }

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