Html Css Color HEX #B00FCB Deep Magenta

📋 copy color: '#B00FCB'

red 176 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #B00FCB

Tints of Deep Magenta #B00FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.81%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 44.67%
G = 3.81%
B = 51.52%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B00FCB (or 0xB00FCB) is known color: Deep Magenta. HEX triplet: B0, 0F and CB. RGB value is (176,15,203). Sum of RGB (Red+Green+Blue) = 176+15+203=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #B00FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FCB is #4FF034. Grayscale: #535353. Windows color (decimal): -5238837 or 13307824. OLE color: 13307824.

HSL color Cylindrical-coordinate representation of color #B00FCB: hue angle of 291.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00FCB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 15 203 -
CMYK 0.13 0.93 0 0.20
HSL 291.38º 0.86% 0.43% -
HSV(B) 291.38º 0.93% 0.8% -
XYZ 28.85 13.88 57.66 -
YUV 84.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 176 15 203 0.13 0.93 0 0.20 291.38 0.86 0.43
Hex B0 F CB D 5D 0 14 123 56 2B
Octal 260 17 313 15 135 0 24 443 126 53
Binary 10110000 1111 11001011 1101 1011101 0 10100 100100011 1010110 101011

Color Harmonies of #B00FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FCB

Black with #B00FCB

Text Example


Text Example

White with #B00FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FCB; }

 p { color: rgb(176,15,203); }

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

background-color css

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

 a { background-color: rgb(176,15,203); }

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

border-color css

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

 span { border-color: rgb(176,15,203); }

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