Html Css Color HEX #BB16CF Deep Magenta

📋 copy color: '#BB16CF'

red 187 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #BB16CF

Tints of Deep Magenta #BB16CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.29%

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

R = 44.95%
G = 5.29%
B = 49.76%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB16CF (or 0xBB16CF) is known color: Deep Magenta. HEX triplet: BB, 16 and CF. RGB value is (187,22,207). Sum of RGB (Red+Green+Blue) = 187+22+207=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB16CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16CF is #44E930. Grayscale: #5B5B5B. Windows color (decimal): -4516145 or 13571771. OLE color: 13571771.

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

Color convert

RGB 187 22 207 -
CMYK 0.10 0.89 0 0.19
HSL 293.51º 0.81% 0.45% -
HSV(B) 293.51º 0.89% 0.81% -
XYZ 32.04 15.64 60.36 -
YUV 92.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 187 22 207 0.10 0.89 0 0.19 293.51 0.81 0.45
Hex BB 16 CF A 59 0 13 126 51 2D
Octal 273 26 317 12 131 0 23 446 121 55
Binary 10111011 10110 11001111 1010 1011001 0 10011 100100110 1010001 101101

Color Harmonies of #BB16CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16CF

Black with #BB16CF

Text Example


Text Example

White with #BB16CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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