Html Css Color HEX #BB0DBE Deep Magenta

📋 copy color: '#BB0DBE'

red 187 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #BB0DBE

Tints of Deep Magenta #BB0DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 47.95%
G = 3.33%
B = 48.72%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB0DBE (or 0xBB0DBE) is known color: Deep Magenta. HEX triplet: BB, 0D and BE. RGB value is (187,13,190). Sum of RGB (Red+Green+Blue) = 187+13+190=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DBE is #44F241. Grayscale: #545454. Windows color (decimal): -4518466 or 12455355. OLE color: 12455355.

HSL color Cylindrical-coordinate representation of color #BB0DBE: hue angle of 298.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DBE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 13 190 -
CMYK 0.02 0.93 0 0.25
HSL 298.98º 0.87% 0.4% -
HSV(B) 298.98º 0.93% 0.75% -
XYZ 29.93 14.57 49.95 -
YUV 85.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 187 13 190 0.02 0.93 0 0.25 298.98 0.87 0.4
Hex BB D BE 2 5D 0 19 12B 57 28
Octal 273 15 276 2 135 0 31 453 127 50
Binary 10111011 1101 10111110 10 1011101 0 11001 100101011 1010111 101000

Color Harmonies of #BB0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DBE

Black with #BB0DBE

Text Example


Text Example

White with #BB0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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