Html Css Color HEX #BB04DF Deep Magenta

📋 copy color: '#BB04DF'

red 187 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #BB04DF

Tints of Deep Magenta #BB04DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 45.17%
G = 0.97%
B = 53.86%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB04DF (or 0xBB04DF) is known color: Deep Magenta. HEX triplet: BB, 04 and DF. RGB value is (187,4,223). Sum of RGB (Red+Green+Blue) = 187+4+223=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04DF is #44FB20. Grayscale: #525252. Windows color (decimal): -4520737 or 14615739. OLE color: 14615739.

HSL color Cylindrical-coordinate representation of color #BB04DF: hue angle of 290.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04DF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 4 223 -
CMYK 0.16 0.98 0 0.13
HSL 290.14º 0.96% 0.45% -
HSV(B) 290.14º 0.98% 0.87% -
XYZ 33.86 15.98 71.11 -
YUV 83.68 206.63 201.69 -
System Red Green Blue C M Y K H S L
Decimal 187 4 223 0.16 0.98 0 0.13 290.14 0.96 0.45
Hex BB 4 DF 10 62 0 D 122 60 2D
Octal 273 4 337 20 142 0 15 442 140 55
Binary 10111011 100 11011111 10000 1100010 0 1101 100100010 1100000 101101

Color Harmonies of #BB04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04DF

Black with #BB04DF

Text Example


Text Example

White with #BB04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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