#B03EBB

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

Shades of Fuchsia #B03EBB

Tints of Fuchsia #B03EBB

Color information

#B03EBB (or 0xB03EBB) is unknown color: approx Fuchsia. HEX triplet: B0, 3E and BB. RGB value is (176,62,187). Sum of RGB (Red+Green+Blue) = 176+62+187=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #B03EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EBB is #4FC144. Grayscale: #6D6D6D. Windows color (decimal): -5226821 or 12271280. OLE color: 12271280.

HSL color Cylindrical-coordinate representation of color #B03EBB: hue angle of 294.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03EBB is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17662187-
CMYK0.060.6700.27
HSL294.72º50.2%48.82%-
HSV(B)294.72º66.84%73.33%-
XYZ28.616.2648.65-
YUV110.34171.27174.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 62 (24.61% from 255) = 14.59%
BLUE value IS 187 (73.44% from 255) = 44%
R=41.41%
G=14.59%
B=44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176621870.060.6700.27294.7250.248.82
HexB03EBB64301B1273231
Octal2607627361030334476261
Binary10110000111110101110111101000011011011100100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03EBB; }

 p { color: rgb(176,62,187); }

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

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

 a { background-color: rgb(176,62,187); }

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

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

 span { border-color: rgb(176,62,187); }

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