Html Css Color HEX #BB15CF Deep Magenta

📋 copy color: '#BB15CF'

red 187 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #BB15CF

Tints of Deep Magenta #BB15CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.06%

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

R = 45.06%
G = 5.06%
B = 49.88%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB15CF (or 0xBB15CF) is known color: Deep Magenta. HEX triplet: BB, 15 and CF. RGB value is (187,21,207). Sum of RGB (Red+Green+Blue) = 187+21+207=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15CF is #44EA30. Grayscale: #5B5B5B. Windows color (decimal): -4516401 or 13571515. OLE color: 13571515.

HSL color Cylindrical-coordinate representation of color #BB15CF: hue angle of 293.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB15CF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 21 207 -
CMYK 0.10 0.90 0 0.19
HSL 293.55º 0.82% 0.45% -
HSV(B) 293.55º 0.9% 0.81% -
XYZ 32.02 15.61 60.36 -
YUV 91.84 193 195.88 -
System Red Green Blue C M Y K H S L
Decimal 187 21 207 0.10 0.90 0 0.19 293.55 0.82 0.45
Hex BB 15 CF A 5A 0 13 126 52 2D
Octal 273 25 317 12 132 0 23 446 122 55
Binary 10111011 10101 11001111 1010 1011010 0 10011 100100110 1010010 101101

Color Harmonies of #BB15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15CF

Black with #BB15CF

Text Example


Text Example

White with #BB15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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