Html Css Color HEX #BB04D3 Deep Magenta

📋 copy color: '#BB04D3'

red 187 ◦ green 4 ◦ blue 211

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

Shades of Deep Magenta #BB04D3

Tints of Deep Magenta #BB04D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.49%

R = 46.52%
G = 1%
B = 52.49%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB04D3 (or 0xBB04D3) is known color: Deep Magenta. HEX triplet: BB, 04 and D3. RGB value is (187,4,211). Sum of RGB (Red+Green+Blue) = 187+4+211=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB04D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04D3 is #44FB2C. Grayscale: #515151. Windows color (decimal): -4520749 or 13829307. OLE color: 13829307.

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

Color convert

RGB 187 4 211 -
CMYK 0.11 0.98 0 0.17
HSL 293.04º 0.96% 0.42% -
HSV(B) 293.04º 0.98% 0.83% -
XYZ 32.29 15.35 62.89 -
YUV 82.32 200.63 202.67 -
System Red Green Blue C M Y K H S L
Decimal 187 4 211 0.11 0.98 0 0.17 293.04 0.96 0.42
Hex BB 4 D3 B 62 0 11 125 60 2A
Octal 273 4 323 13 142 0 21 445 140 52
Binary 10111011 100 11010011 1011 1100010 0 10001 100100101 1100000 101010

Color Harmonies of #BB04D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04D3

Black with #BB04D3

Text Example


Text Example

White with #BB04D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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