#B04BBE

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

Shades of Fuchsia #B04BBE

Tints of Fuchsia #B04BBE

Color information

#B04BBE (or 0xB04BBE) is unknown color: approx Fuchsia. HEX triplet: B0, 4B and BE. RGB value is (176,75,190). Sum of RGB (Red+Green+Blue) = 176+75+190=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #B04BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BBE is #4FB441. Grayscale: #757575. Windows color (decimal): -5223490 or 12471216. OLE color: 12471216.

HSL color Cylindrical-coordinate representation of color #B04BBE: hue angle of 292.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04BBE is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17675190-
CMYK0.070.6100.25
HSL292.7º46.94%51.96%-
HSV(B)292.7º60.53%74.51%-
XYZ29.7117.9850.62-
YUV118.31168.46169.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=39.91%
G=17.01%
B=43.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176751900.070.6100.25292.746.9451.96
HexB04BBE73D0191252f34
Octal2601132767750314455764
Binary10110000100101110111110111111101011001100100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04BBE; }

 p { color: rgb(176,75,190); }

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

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

 a { background-color: rgb(176,75,190); }

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

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

 span { border-color: rgb(176,75,190); }

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