Html Css Color HEX #BB07B2 Deep Magenta

📋 copy color: '#BB07B2'

red 187 ◦ green 7 ◦ blue 178

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

Shades of Deep Magenta #BB07B2

Tints of Deep Magenta #BB07B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.85%

R = 50.27%
G = 1.88%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB07B2 (or 0xBB07B2) is known color: Deep Magenta. HEX triplet: BB, 07 and B2. RGB value is (187,7,178). Sum of RGB (Red+Green+Blue) = 187+7+178=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07B2 is #44F84D. Grayscale: #4F4F4F. Windows color (decimal): -4520014 or 11667387. OLE color: 11667387.

HSL color Cylindrical-coordinate representation of color #BB07B2: hue angle of 303º 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 #BB07B2 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 178 -
CMYK 0 0.96 0.05 0.27
HSL 303º 0.93% 0.38% -
HSV(B) 303º 0.96% 0.73% -
XYZ 28.61 13.93 43.3 -
YUV 80.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 187 7 178 0 0.96 0.05 0.27 303 0.93 0.38
Hex BB 7 B2 0 60 5 1B 12F 5D 26
Octal 273 7 262 0 140 5 33 457 135 46
Binary 10111011 111 10110010 0 1100000 101 11011 100101111 1011101 100110

Color Harmonies of #BB07B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07B2

Black with #BB07B2

Text Example


Text Example

White with #BB07B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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