Html Css Color HEX #BB0FCD Deep Magenta

📋 copy color: '#BB0FCD'

red 187 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #BB0FCD

Tints of Deep Magenta #BB0FCD

RGB

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

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

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

R = 45.95%
G = 3.69%
B = 50.37%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB0FCD (or 0xBB0FCD) is known color: Deep Magenta. HEX triplet: BB, 0F and CD. RGB value is (187,15,205). Sum of RGB (Red+Green+Blue) = 187+15+205=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FCD is #44F032. Grayscale: #575757. Windows color (decimal): -4517939 or 13438907. OLE color: 13438907.

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

Color convert

RGB 187 15 205 -
CMYK 0.09 0.93 0 0.20
HSL 294.32º 0.86% 0.43% -
HSV(B) 294.32º 0.93% 0.8% -
XYZ 31.68 15.31 59.04 -
YUV 88.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 187 15 205 0.09 0.93 0 0.20 294.32 0.86 0.43
Hex BB F CD 9 5D 0 14 126 56 2B
Octal 273 17 315 11 135 0 24 446 126 53
Binary 10111011 1111 11001101 1001 1011101 0 10100 100100110 1010110 101011

Color Harmonies of #BB0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FCD

Black with #BB0FCD

Text Example


Text Example

White with #BB0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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