Html Css Color HEX #BB07B8 Deep Magenta

📋 copy color: '#BB07B8'

red 187 ◦ green 7 ◦ blue 184

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

Shades of Deep Magenta #BB07B8

Tints of Deep Magenta #BB07B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 49.47%
G = 1.85%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB07B8 (or 0xBB07B8) is known color: Deep Magenta. HEX triplet: BB, 07 and B8. RGB value is (187,7,184). Sum of RGB (Red+Green+Blue) = 187+7+184=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07B8 is #44F847. Grayscale: #505050. Windows color (decimal): -4520008 or 12060603. OLE color: 12060603.

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

Color convert

RGB 187 7 184 -
CMYK 0 0.96 0.02 0.27
HSL 301º 0.93% 0.38% -
HSV(B) 301º 0.96% 0.73% -
XYZ 29.22 14.18 46.54 -
YUV 81 186.13 203.61 -
System Red Green Blue C M Y K H S L
Decimal 187 7 184 0 0.96 0.02 0.27 301 0.93 0.38
Hex BB 7 B8 0 60 2 1B 12D 5D 26
Octal 273 7 270 0 140 2 33 455 135 46
Binary 10111011 111 10111000 0 1100000 10 11011 100101101 1011101 100110

Color Harmonies of #BB07B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07B8

Black with #BB07B8

Text Example


Text Example

White with #BB07B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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