Html Css Color HEX #BB04D1 Deep Magenta

📋 copy color: '#BB04D1'

red 187 ◦ green 4 ◦ blue 209

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

Shades of Deep Magenta #BB04D1

Tints of Deep Magenta #BB04D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 46.75%
G = 1%
B = 52.25%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB04D1 (or 0xBB04D1) is known color: Deep Magenta. HEX triplet: BB, 04 and D1. RGB value is (187,4,209). Sum of RGB (Red+Green+Blue) = 187+4+209=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB04D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04D1 is #44FB2E. Grayscale: #515151. Windows color (decimal): -4520751 or 13698235. OLE color: 13698235.

HSL color Cylindrical-coordinate representation of color #BB04D1: hue angle of 293.56º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04D1 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 4 209 -
CMYK 0.11 0.98 0 0.18
HSL 293.56º 0.96% 0.42% -
HSV(B) 293.56º 0.98% 0.82% -
XYZ 32.05 15.26 61.58 -
YUV 82.09 199.63 202.83 -
System Red Green Blue C M Y K H S L
Decimal 187 4 209 0.11 0.98 0 0.18 293.56 0.96 0.42
Hex BB 4 D1 B 62 0 12 126 60 2A
Octal 273 4 321 13 142 0 22 446 140 52
Binary 10111011 100 11010001 1011 1100010 0 10010 100100110 1100000 101010

Color Harmonies of #BB04D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04D1

Black with #BB04D1

Text Example


Text Example

White with #BB04D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04D1; }

 p { color: rgb(187,4,209); }

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

background-color css

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

 a { background-color: rgb(187,4,209); }

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

border-color css

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

 span { border-color: rgb(187,4,209); }

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