Html Css Color HEX #BB079F Medium Violet Red

📋 copy color: '#BB079F'

red 187 ◦ green 7 ◦ blue 159

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

Shades of Medium Violet Red #BB079F

Tints of Medium Violet Red #BB079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 52.97%
G = 1.98%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB079F (or 0xBB079F) is known color: Medium Violet Red. HEX triplet: BB, 07 and 9F. RGB value is (187,7,159). Sum of RGB (Red+Green+Blue) = 187+7+159=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB079F is #44F860. Grayscale: #4D4D4D. Windows color (decimal): -4520033 or 10422203. OLE color: 10422203.

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

Color convert

RGB 187 7 159 -
CMYK 0 0.96 0.15 0.27
HSL 309.33º 0.93% 0.38% -
HSV(B) 309.33º 0.96% 0.73% -
XYZ 26.83 13.22 33.94 -
YUV 78.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 187 7 159 0 0.96 0.15 0.27 309.33 0.93 0.38
Hex BB 7 9F 0 60 F 1B 135 5D 26
Octal 273 7 237 0 140 17 33 465 135 46
Binary 10111011 111 10011111 0 1100000 1111 11011 100110101 1011101 100110

Color Harmonies of #BB079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB079F

Black with #BB079F

Text Example


Text Example

White with #BB079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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