Html Css Color HEX #BB07BF Deep Magenta

📋 copy color: '#BB07BF'

red 187 ◦ green 7 ◦ blue 191

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

Shades of Deep Magenta #BB07BF

Tints of Deep Magenta #BB07BF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

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

R = 48.57%
G = 1.82%
B = 49.61%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB07BF (or 0xBB07BF) is known color: Deep Magenta. HEX triplet: BB, 07 and BF. RGB value is (187,7,191). Sum of RGB (Red+Green+Blue) = 187+7+191=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07BF is #44F840. Grayscale: #515151. Windows color (decimal): -4520001 or 12519355. OLE color: 12519355.

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

Color convert

RGB 187 7 191 -
CMYK 0.02 0.96 0 0.25
HSL 298.7º 0.93% 0.39% -
HSV(B) 298.7º 0.96% 0.75% -
XYZ 29.97 14.48 50.51 -
YUV 81.8 189.63 203.04 -
System Red Green Blue C M Y K H S L
Decimal 187 7 191 0.02 0.96 0 0.25 298.7 0.93 0.39
Hex BB 7 BF 2 60 0 19 12B 5D 27
Octal 273 7 277 2 140 0 31 453 135 47
Binary 10111011 111 10111111 10 1100000 0 11001 100101011 1011101 100111

Color Harmonies of #BB07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07BF

Black with #BB07BF

Text Example


Text Example

White with #BB07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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