Html Css Color HEX #BB079B Medium Violet Red

📋 copy color: '#BB079B'

red 187 ◦ green 7 ◦ blue 155

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

Shades of Medium Violet Red #BB079B

Tints of Medium Violet Red #BB079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 53.58%
G = 2.01%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB079B (or 0xBB079B) is known color: Medium Violet Red. HEX triplet: BB, 07 and 9B. RGB value is (187,7,155). Sum of RGB (Red+Green+Blue) = 187+7+155=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB079B is #44F864. Grayscale: #4D4D4D. Windows color (decimal): -4520037 or 10160059. OLE color: 10160059.

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

Color convert

RGB 187 7 155 -
CMYK 0 0.96 0.17 0.27
HSL 310.67º 0.93% 0.38% -
HSV(B) 310.67º 0.96% 0.73% -
XYZ 26.49 13.08 32.14 -
YUV 77.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 187 7 155 0 0.96 0.17 0.27 310.67 0.93 0.38
Hex BB 7 9B 0 60 11 1B 137 5D 26
Octal 273 7 233 0 140 21 33 467 135 46
Binary 10111011 111 10011011 0 1100000 10001 11011 100110111 1011101 100110

Color Harmonies of #BB079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB079B

Black with #BB079B

Text Example


Text Example

White with #BB079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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