Html Css Color HEX #BB079A Medium Violet Red

📋 copy color: '#BB079A'

red 187 ◦ green 7 ◦ blue 154

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

Shades of Medium Violet Red #BB079A

Tints of Medium Violet Red #BB079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 53.74%
G = 2.01%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB079A (or 0xBB079A) is known color: Medium Violet Red. HEX triplet: BB, 07 and 9A. RGB value is (187,7,154). Sum of RGB (Red+Green+Blue) = 187+7+154=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB079A is #44F865. Grayscale: #4D4D4D. Windows color (decimal): -4520038 or 10094523. OLE color: 10094523.

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

Color convert

RGB 187 7 154 -
CMYK 0 0.96 0.18 0.27
HSL 311º 0.93% 0.38% -
HSV(B) 311º 0.96% 0.73% -
XYZ 26.4 13.05 31.7 -
YUV 77.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 187 7 154 0 0.96 0.18 0.27 311 0.93 0.38
Hex BB 7 9A 0 60 12 1B 137 5D 26
Octal 273 7 232 0 140 22 33 467 135 46
Binary 10111011 111 10011010 0 1100000 10010 11011 100110111 1011101 100110

Color Harmonies of #BB079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB079A

Black with #BB079A

Text Example


Text Example

White with #BB079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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