Html Css Color HEX #BB10BF Deep Magenta

📋 copy color: '#BB10BF'

red 187 ◦ green 16 ◦ blue 191

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

Shades of Deep Magenta #BB10BF

Tints of Deep Magenta #BB10BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 47.46%
G = 4.06%
B = 48.48%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB10BF (or 0xBB10BF) is known color: Deep Magenta. HEX triplet: BB, 10 and BF. RGB value is (187,16,191). Sum of RGB (Red+Green+Blue) = 187+16+191=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB10BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10BF is #44EF40. Grayscale: #565656. Windows color (decimal): -4517697 or 12521659. OLE color: 12521659.

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

Color convert

RGB 187 16 191 -
CMYK 0.02 0.92 0 0.25
HSL 298.63º 0.85% 0.41% -
HSV(B) 298.63º 0.92% 0.75% -
XYZ 30.08 14.7 50.54 -
YUV 87.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 187 16 191 0.02 0.92 0 0.25 298.63 0.85 0.41
Hex BB 10 BF 2 5C 0 19 12B 55 29
Octal 273 20 277 2 134 0 31 453 125 51
Binary 10111011 10000 10111111 10 1011100 0 11001 100101011 1010101 101001

Color Harmonies of #BB10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10BF

Black with #BB10BF

Text Example


Text Example

White with #BB10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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