#B64BBA

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

Shades of Fuchsia #B64BBA

Tints of Fuchsia #B64BBA

Color information

#B64BBA (or 0xB64BBA) is unknown color: approx Fuchsia. HEX triplet: B6, 4B and BA. RGB value is (182,75,186). Sum of RGB (Red+Green+Blue) = 182+75+186=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B64BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BBA is #49B445. Grayscale: #777777. Windows color (decimal): -4830278 or 12209078. OLE color: 12209078.

HSL color Cylindrical-coordinate representation of color #B64BBA: hue angle of 297.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64BBA is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18275186-
CMYK0.020.6000.27
HSL297.84º44.58%51.18%-
HSV(B)297.84º59.68%72.94%-
XYZ30.6718.5248.41-
YUV119.65165.45172.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=41.08%
G=16.93%
B=41.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182751860.020.6000.27297.8444.5851.18
HexB64BBA23C01B12a2d33
Octal2661132722740334525563
Binary1011011010010111011101010111100011011100101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64BBA; }

 p { color: rgb(182,75,186); }

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

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

 a { background-color: rgb(182,75,186); }

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

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

 span { border-color: rgb(182,75,186); }

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