Html Css Color HEX #BB0DC8 Deep Magenta

📋 copy color: '#BB0DC8'

red 187 ◦ green 13 ◦ blue 200

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

Shades of Deep Magenta #BB0DC8

Tints of Deep Magenta #BB0DC8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

 BLUE value IS 200 (78.52% from 255) = 50%

R = 46.75%
G = 3.25%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB0DC8 (or 0xBB0DC8) is known color: Deep Magenta. HEX triplet: BB, 0D and C8. RGB value is (187,13,200). Sum of RGB (Red+Green+Blue) = 187+13+200=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB0DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DC8 is #44F237. Grayscale: #555555. Windows color (decimal): -4518456 or 13110715. OLE color: 13110715.

HSL color Cylindrical-coordinate representation of color #BB0DC8: hue angle of 295.83º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DC8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 13 200 -
CMYK 0.06 0.94 0 0.22
HSL 295.83º 0.88% 0.42% -
HSV(B) 295.83º 0.94% 0.78% -
XYZ 31.06 15.02 55.91 -
YUV 86.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 187 13 200 0.06 0.94 0 0.22 295.83 0.88 0.42
Hex BB D C8 6 5E 0 16 128 58 2A
Octal 273 15 310 6 136 0 26 450 130 52
Binary 10111011 1101 11001000 110 1011110 0 10110 100101000 1011000 101010

Color Harmonies of #BB0DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DC8

Black with #BB0DC8

Text Example


Text Example

White with #BB0DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DC8; }

 p { color: rgb(187,13,200); }

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

background-color css

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

 a { background-color: rgb(187,13,200); }

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

border-color css

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

 span { border-color: rgb(187,13,200); }

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