Html Css Color HEX #BB07B6 Deep Magenta

📋 copy color: '#BB07B6'

red 187 ◦ green 7 ◦ blue 182

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

Shades of Deep Magenta #BB07B6

Tints of Deep Magenta #BB07B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.4%

R = 49.73%
G = 1.86%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB07B6 (or 0xBB07B6) is known color: Deep Magenta. HEX triplet: BB, 07 and B6. RGB value is (187,7,182). Sum of RGB (Red+Green+Blue) = 187+7+182=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB07B6 is #44F849. Grayscale: #505050. Windows color (decimal): -4520010 or 11929531. OLE color: 11929531.

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

Color convert

RGB 187 7 182 -
CMYK 0 0.96 0.03 0.27
HSL 301.67º 0.93% 0.38% -
HSV(B) 301.67º 0.96% 0.73% -
XYZ 29.01 14.09 45.45 -
YUV 80.77 185.13 203.77 -
System Red Green Blue C M Y K H S L
Decimal 187 7 182 0 0.96 0.03 0.27 301.67 0.93 0.38
Hex BB 7 B6 0 60 3 1B 12E 5D 26
Octal 273 7 266 0 140 3 33 456 135 46
Binary 10111011 111 10110110 0 1100000 11 11011 100101110 1011101 100110

Color Harmonies of #BB07B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07B6

Black with #BB07B6

Text Example


Text Example

White with #BB07B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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