Html Css Color HEX #BB079E Medium Violet Red

📋 copy color: '#BB079E'

red 187 ◦ green 7 ◦ blue 158

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

Shades of Medium Violet Red #BB079E

Tints of Medium Violet Red #BB079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.89%

R = 53.13%
G = 1.99%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB079E (or 0xBB079E) is known color: Medium Violet Red. HEX triplet: BB, 07 and 9E. RGB value is (187,7,158). Sum of RGB (Red+Green+Blue) = 187+7+158=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB079E is #44F861. Grayscale: #4D4D4D. Windows color (decimal): -4520034 or 10356667. OLE color: 10356667.

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

Color convert

RGB 187 7 158 -
CMYK 0 0.96 0.16 0.27
HSL 309.67º 0.93% 0.38% -
HSV(B) 309.67º 0.96% 0.73% -
XYZ 26.74 13.19 33.48 -
YUV 78.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 187 7 158 0 0.96 0.16 0.27 309.67 0.93 0.38
Hex BB 7 9E 0 60 10 1B 136 5D 26
Octal 273 7 236 0 140 20 33 466 135 46
Binary 10111011 111 10011110 0 1100000 10000 11011 100110110 1011101 100110

Color Harmonies of #BB079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB079E

Black with #BB079E

Text Example


Text Example

White with #BB079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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