Html Css Color HEX #B03BB9 Fuchsia

📋 copy color: '#B03BB9'

red 176 ◦ green 59 ◦ blue 185

#B03BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B03BB9

Tints of Fuchsia #B03BB9

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

 GREEN value IS 59 (23.44% from 255) = 14.05%

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 41.9%
G = 14.05%
B = 44.05%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B03BB9 (or 0xB03BB9) is known color: Fuchsia. HEX triplet: B0, 3B and B9. RGB value is (176,59,185). Sum of RGB (Red+Green+Blue) = 176+59+185=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #B03BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BB9 is #4FC446. Grayscale: #6B6B6B. Windows color (decimal): -5227591 or 12139440. OLE color: 12139440.

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

Color convert

RGB 176 59 185 -
CMYK 0.05 0.68 0 0.27
HSL 295.71º 0.52% 0.48% -
HSV(B) 295.71º 0.68% 0.73% -
XYZ 28.23 15.86 47.47 -
YUV 108.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 176 59 185 0.05 0.68 0 0.27 295.71 0.52 0.48
Hex B0 3B B9 5 44 0 1B 128 34 30
Octal 260 73 271 5 104 0 33 450 64 60
Binary 10110000 111011 10111001 101 1000100 0 11011 100101000 110100 110000

Color Harmonies of #B03BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03BB9

Black with #B03BB9

Text Example


Text Example

White with #B03BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03BB9; }

 p { color: rgb(176,59,185); }

 H1.HeaderClassName
 {
   color: #B03BB9;
 }
 .AnyTagClassName
 {
   color: #B03BB9;
 }
</style>

background-color css

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

 a { background-color: rgb(176,59,185); }

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

border-color css

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

 span { border-color: rgb(176,59,185); }

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