Html Css Color HEX #BB0FB3 Deep Magenta

📋 copy color: '#BB0FB3'

red 187 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #BB0FB3

Tints of Deep Magenta #BB0FB3

RGB

 RED value IS 187 (73.44% from 255) = 49.08%

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

 BLUE value IS 179 (70.31% from 255) = 46.98%

R = 49.08%
G = 3.94%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB0FB3 (or 0xBB0FB3) is known color: Deep Magenta. HEX triplet: BB, 0F and B3. RGB value is (187,15,179). Sum of RGB (Red+Green+Blue) = 187+15+179=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FB3 is #44F04C. Grayscale: #545454. Windows color (decimal): -4517965 or 11734971. OLE color: 11734971.

HSL color Cylindrical-coordinate representation of color #BB0FB3: hue angle of 302.79º 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 #BB0FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 179 -
CMYK 0 0.92 0.04 0.27
HSL 302.79º 0.85% 0.4% -
HSV(B) 302.79º 0.92% 0.73% -
XYZ 28.8 14.16 43.86 -
YUV 85.12 180.98 200.66 -
System Red Green Blue C M Y K H S L
Decimal 187 15 179 0 0.92 0.04 0.27 302.79 0.85 0.4
Hex BB F B3 0 5C 4 1B 12F 55 28
Octal 273 17 263 0 134 4 33 457 125 50
Binary 10111011 1111 10110011 0 1011100 100 11011 100101111 1010101 101000

Color Harmonies of #BB0FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FB3

Black with #BB0FB3

Text Example


Text Example

White with #BB0FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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