Html Css Color HEX #BB1ADC Deep Magenta

📋 copy color: '#BB1ADC'

red 187 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #BB1ADC

Tints of Deep Magenta #BB1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6%

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 43.19%
G = 6%
B = 50.81%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB1ADC (or 0xBB1ADC) is known color: Deep Magenta. HEX triplet: BB, 1A and DC. RGB value is (187,26,220). Sum of RGB (Red+Green+Blue) = 187+26+220=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ADC is #44E523. Grayscale: #5F5F5F. Windows color (decimal): -4515108 or 14424763. OLE color: 14424763.

HSL color Cylindrical-coordinate representation of color #BB1ADC: hue angle of 289.79º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1ADC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 26 220 -
CMYK 0.15 0.88 0 0.14
HSL 289.79º 0.79% 0.48% -
HSV(B) 289.79º 0.88% 0.86% -
XYZ 33.78 16.47 69.11 -
YUV 96.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 187 26 220 0.15 0.88 0 0.14 289.79 0.79 0.48
Hex BB 1A DC F 58 0 E 122 4F 30
Octal 273 32 334 17 130 0 16 442 117 60
Binary 10111011 11010 11011100 1111 1011000 0 1110 100100010 1001111 110000

Color Harmonies of #BB1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1ADC

Black with #BB1ADC

Text Example


Text Example

White with #BB1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1ADC; }

 p { color: rgb(187,26,220); }

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

background-color css

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

 a { background-color: rgb(187,26,220); }

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

border-color css

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

 span { border-color: rgb(187,26,220); }

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