Html Css Color HEX #BB16BC Deep Magenta

📋 copy color: '#BB16BC'

red 187 ◦ green 22 ◦ blue 188

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

Shades of Deep Magenta #BB16BC

Tints of Deep Magenta #BB16BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 47.1%
G = 5.54%
B = 47.36%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB16BC (or 0xBB16BC) is known color: Deep Magenta. HEX triplet: BB, 16 and BC. RGB value is (187,22,188). Sum of RGB (Red+Green+Blue) = 187+22+188=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB16BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16BC is #44E943. Grayscale: #595959. Windows color (decimal): -4516164 or 12326587. OLE color: 12326587.

HSL color Cylindrical-coordinate representation of color #BB16BC: hue angle of 299.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16BC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 22 188 -
CMYK 0.01 0.88 0 0.26
HSL 299.64º 0.79% 0.41% -
HSV(B) 299.64º 0.88% 0.74% -
XYZ 29.86 14.77 48.85 -
YUV 90.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 187 22 188 0.01 0.88 0 0.26 299.64 0.79 0.41
Hex BB 16 BC 1 58 0 1A 12C 4F 29
Octal 273 26 274 1 130 0 32 454 117 51
Binary 10111011 10110 10111100 1 1011000 0 11010 100101100 1001111 101001

Color Harmonies of #BB16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16BC

Black with #BB16BC

Text Example


Text Example

White with #BB16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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