Html Css Color HEX #BB0BCD Deep Magenta

📋 copy color: '#BB0BCD'

red 187 ◦ green 11 ◦ blue 205

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

Shades of Deep Magenta #BB0BCD

Tints of Deep Magenta #BB0BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.73%

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 46.4%
G = 2.73%
B = 50.87%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB0BCD (or 0xBB0BCD) is known color: Deep Magenta. HEX triplet: BB, 0B and CD. RGB value is (187,11,205). Sum of RGB (Red+Green+Blue) = 187+11+205=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BCD is #44F432. Grayscale: #555555. Windows color (decimal): -4518963 or 13437883. OLE color: 13437883.

HSL color Cylindrical-coordinate representation of color #BB0BCD: hue angle of 294.43º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BCD is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 11 205 -
CMYK 0.09 0.95 0 0.20
HSL 294.43º 0.9% 0.42% -
HSV(B) 294.43º 0.95% 0.8% -
XYZ 31.63 15.21 59.03 -
YUV 85.74 195.31 200.23 -
System Red Green Blue C M Y K H S L
Decimal 187 11 205 0.09 0.95 0 0.20 294.43 0.9 0.42
Hex BB B CD 9 5F 0 14 126 5A 2A
Octal 273 13 315 11 137 0 24 446 132 52
Binary 10111011 1011 11001101 1001 1011111 0 10100 100100110 1011010 101010

Color Harmonies of #BB0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BCD

Black with #BB0BCD

Text Example


Text Example

White with #BB0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BCD; }

 p { color: rgb(187,11,205); }

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

background-color css

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

 a { background-color: rgb(187,11,205); }

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

border-color css

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

 span { border-color: rgb(187,11,205); }

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