Html Css Color HEX #BB13CB Deep Magenta

📋 copy color: '#BB13CB'

red 187 ◦ green 19 ◦ blue 203

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

Shades of Deep Magenta #BB13CB

Tints of Deep Magenta #BB13CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.65%

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

R = 45.72%
G = 4.65%
B = 49.63%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB13CB (or 0xBB13CB) is known color: Deep Magenta. HEX triplet: BB, 13 and CB. RGB value is (187,19,203). Sum of RGB (Red+Green+Blue) = 187+19+203=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13CB is #44EC34. Grayscale: #595959. Windows color (decimal): -4516917 or 13308859. OLE color: 13308859.

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

Color convert

RGB 187 19 203 -
CMYK 0.08 0.91 0 0.20
HSL 294.78º 0.83% 0.44% -
HSV(B) 294.78º 0.91% 0.8% -
XYZ 31.51 15.34 57.8 -
YUV 90.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 187 19 203 0.08 0.91 0 0.20 294.78 0.83 0.44
Hex BB 13 CB 8 5B 0 14 127 53 2C
Octal 273 23 313 10 133 0 24 447 123 54
Binary 10111011 10011 11001011 1000 1011011 0 10100 100100111 1010011 101100

Color Harmonies of #BB13CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13CB

Black with #BB13CB

Text Example


Text Example

White with #BB13CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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