Html Css Color HEX #BB10D1 Deep Magenta

📋 copy color: '#BB10D1'

red 187 ◦ green 16 ◦ blue 209

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

Shades of Deep Magenta #BB10D1

Tints of Deep Magenta #BB10D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.73%

R = 45.39%
G = 3.88%
B = 50.73%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB10D1 (or 0xBB10D1) is known color: Deep Magenta. HEX triplet: BB, 10 and D1. RGB value is (187,16,209). Sum of RGB (Red+Green+Blue) = 187+16+209=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB10D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10D1 is #44EF2E. Grayscale: #585858. Windows color (decimal): -4517679 or 13701307. OLE color: 13701307.

HSL color Cylindrical-coordinate representation of color #BB10D1: hue angle of 293.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10D1 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 16 209 -
CMYK 0.11 0.92 0 0.18
HSL 293.16º 0.86% 0.44% -
HSV(B) 293.16º 0.92% 0.82% -
XYZ 32.19 15.54 61.62 -
YUV 89.13 195.65 197.81 -
System Red Green Blue C M Y K H S L
Decimal 187 16 209 0.11 0.92 0 0.18 293.16 0.86 0.44
Hex BB 10 D1 B 5C 0 12 125 56 2C
Octal 273 20 321 13 134 0 22 445 126 54
Binary 10111011 10000 11010001 1011 1011100 0 10010 100100101 1010110 101100

Color Harmonies of #BB10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10D1

Black with #BB10D1

Text Example


Text Example

White with #BB10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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