#B64EBB

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

Shades of Fuchsia #B64EBB

Tints of Fuchsia #B64EBB

Color information

#B64EBB (or 0xB64EBB) is unknown color: approx Fuchsia. HEX triplet: B6, 4E and BB. RGB value is (182,78,187). Sum of RGB (Red+Green+Blue) = 182+78+187=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #B64EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EBB is #49B144. Grayscale: #797979. Windows color (decimal): -4829509 or 12275382. OLE color: 12275382.

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

Color convert

RGB18278187-
CMYK0.030.5800.27
HSL297.25º44.49%51.96%-
HSV(B)297.25º58.29%73.33%-
XYZ30.9918.9849.04-
YUV121.52164.96171.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=40.72%
G=17.45%
B=41.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182781870.030.5800.27297.2544.4951.96
HexB64EBB33A01B1292c34
Octal2661162733720334515464
Binary1011011010011101011101111111010011011100101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64EBB; }

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

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

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

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

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

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

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

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