Html Css Color HEX #B00FBB Deep Magenta

📋 copy color: '#B00FBB'

red 176 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #B00FBB

Tints of Deep Magenta #B00FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 46.56%
G = 3.97%
B = 49.47%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B00FBB (or 0xB00FBB) is known color: Deep Magenta. HEX triplet: B0, 0F and BB. RGB value is (176,15,187). Sum of RGB (Red+Green+Blue) = 176+15+187=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #B00FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FBB is #4FF044. Grayscale: #525252. Windows color (decimal): -5238853 or 12259248. OLE color: 12259248.

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

Color convert

RGB 176 15 187 -
CMYK 0.06 0.92 0 0.27
HSL 296.16º 0.85% 0.4% -
HSV(B) 296.16º 0.92% 0.73% -
XYZ 27.04 13.16 48.13 -
YUV 82.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 176 15 187 0.06 0.92 0 0.27 296.16 0.85 0.4
Hex B0 F BB 6 5C 0 1B 128 55 28
Octal 260 17 273 6 134 0 33 450 125 50
Binary 10110000 1111 10111011 110 1011100 0 11011 100101000 1010101 101000

Color Harmonies of #B00FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FBB

Black with #B00FBB

Text Example


Text Example

White with #B00FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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