Html Css Color HEX #BB10CB Deep Magenta

📋 copy color: '#BB10CB'

red 187 ◦ green 16 ◦ blue 203

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

Shades of Deep Magenta #BB10CB

Tints of Deep Magenta #BB10CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.94%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 46.06%
G = 3.94%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB10CB (or 0xBB10CB) is known color: Deep Magenta. HEX triplet: BB, 10 and CB. RGB value is (187,16,203). Sum of RGB (Red+Green+Blue) = 187+16+203=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB10CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10CB is #44EF34. Grayscale: #575757. Windows color (decimal): -4517685 or 13308091. OLE color: 13308091.

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

Color convert

RGB 187 16 203 -
CMYK 0.08 0.92 0 0.20
HSL 294.87º 0.85% 0.43% -
HSV(B) 294.87º 0.92% 0.8% -
XYZ 31.46 15.25 57.78 -
YUV 88.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 187 16 203 0.08 0.92 0 0.20 294.87 0.85 0.43
Hex BB 10 CB 8 5C 0 14 127 55 2B
Octal 273 20 313 10 134 0 24 447 125 53
Binary 10111011 10000 11001011 1000 1011100 0 10100 100100111 1010101 101011

Color Harmonies of #BB10CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10CB

Black with #BB10CB

Text Example


Text Example

White with #BB10CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10CB; }

 p { color: rgb(187,16,203); }

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

background-color css

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

 a { background-color: rgb(187,16,203); }

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

border-color css

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

 span { border-color: rgb(187,16,203); }

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