#B64CBB

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

Shades of Fuchsia #B64CBB

Tints of Fuchsia #B64CBB

Color information

#B64CBB (or 0xB64CBB) is unknown color: approx Fuchsia. HEX triplet: B6, 4C and BB. RGB value is (182,76,187). Sum of RGB (Red+Green+Blue) = 182+76+187=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #B64CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CBB is #49B344. Grayscale: #787878. Windows color (decimal): -4830021 or 12274870. OLE color: 12274870.

HSL color Cylindrical-coordinate representation of color #B64CBB: hue angle of 297.3º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64CBB is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18276187-
CMYK0.030.5900.27
HSL297.3º44.94%51.57%-
HSV(B)297.3º59.36%73.33%-
XYZ30.8518.749-
YUV120.35165.62171.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=40.90%
G=17.08%
B=42.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182761870.030.5900.27297.344.9451.57
HexB64CBB33B01B1292d34
Octal2661142733730334515564
Binary1011011010011001011101111111011011011100101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64CBB; }

 p { color: rgb(182,76,187); }

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

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

 a { background-color: rgb(182,76,187); }

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

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

 span { border-color: rgb(182,76,187); }

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