Html Css Color HEX #BB04BF Deep Magenta

📋 copy color: '#BB04BF'

red 187 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #BB04BF

Tints of Deep Magenta #BB04BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 48.95%
G = 1.05%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB04BF (or 0xBB04BF) is known color: Deep Magenta. HEX triplet: BB, 04 and BF. RGB value is (187,4,191). Sum of RGB (Red+Green+Blue) = 187+4+191=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04BF is #44FB40. Grayscale: #4F4F4F. Windows color (decimal): -4520769 or 12518587. OLE color: 12518587.

HSL color Cylindrical-coordinate representation of color #BB04BF: hue angle of 298.72º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04BF is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 4 191 -
CMYK 0.02 0.98 0 0.25
HSL 298.72º 0.96% 0.38% -
HSV(B) 298.72º 0.98% 0.75% -
XYZ 29.94 14.41 50.49 -
YUV 80.04 190.63 204.29 -
System Red Green Blue C M Y K H S L
Decimal 187 4 191 0.02 0.98 0 0.25 298.72 0.96 0.38
Hex BB 4 BF 2 62 0 19 12B 60 26
Octal 273 4 277 2 142 0 31 453 140 46
Binary 10111011 100 10111111 10 1100010 0 11001 100101011 1100000 100110

Color Harmonies of #BB04BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04BF

Black with #BB04BF

Text Example


Text Example

White with #BB04BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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