Html Css Color HEX #BB11CF Deep Magenta

📋 copy color: '#BB11CF'

red 187 ◦ green 17 ◦ blue 207

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

Shades of Deep Magenta #BB11CF

Tints of Deep Magenta #BB11CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.14%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 45.5%
G = 4.14%
B = 50.36%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB11CF (or 0xBB11CF) is known color: Deep Magenta. HEX triplet: BB, 11 and CF. RGB value is (187,17,207). Sum of RGB (Red+Green+Blue) = 187+17+207=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB11CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11CF is #44EE30. Grayscale: #585858. Windows color (decimal): -4517425 or 13570491. OLE color: 13570491.

HSL color Cylindrical-coordinate representation of color #BB11CF: hue angle of 293.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB11CF is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 17 207 -
CMYK 0.10 0.92 0 0.19
HSL 293.68º 0.85% 0.44% -
HSV(B) 293.68º 0.92% 0.81% -
XYZ 31.96 15.47 60.33 -
YUV 89.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 187 17 207 0.10 0.92 0 0.19 293.68 0.85 0.44
Hex BB 11 CF A 5C 0 13 126 55 2C
Octal 273 21 317 12 134 0 23 446 125 54
Binary 10111011 10001 11001111 1010 1011100 0 10011 100100110 1010101 101100

Color Harmonies of #BB11CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11CF

Black with #BB11CF

Text Example


Text Example

White with #BB11CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11CF; }

 p { color: rgb(187,17,207); }

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

background-color css

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

 a { background-color: rgb(187,17,207); }

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

border-color css

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

 span { border-color: rgb(187,17,207); }

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