Html Css Color HEX #B0079E Medium Violet Red

📋 copy color: '#B0079E'

red 176 ◦ green 7 ◦ blue 158

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

Shades of Medium Violet Red #B0079E

Tints of Medium Violet Red #B0079E

RGB

 RED value IS 176 (69.14% from 255) = 51.61%

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

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

R = 51.61%
G = 2.05%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0079E (or 0xB0079E) is known color: Medium Violet Red. HEX triplet: B0, 07 and 9E. RGB value is (176,7,158). Sum of RGB (Red+Green+Blue) = 176+7+158=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0079E is #4FF861. Grayscale: #4A4A4A. Windows color (decimal): -5240930 or 10356656. OLE color: 10356656.

HSL color Cylindrical-coordinate representation of color #B0079E: hue angle of 306.39º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0079E is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 158 -
CMYK 0 0.96 0.10 0.31
HSL 306.39º 0.92% 0.36% -
HSV(B) 306.39º 0.96% 0.69% -
XYZ 24.15 11.85 33.36 -
YUV 74.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 176 7 158 0 0.96 0.10 0.31 306.39 0.92 0.36
Hex B0 7 9E 0 60 A 1F 132 5C 24
Octal 260 7 236 0 140 12 37 462 134 44
Binary 10110000 111 10011110 0 1100000 1010 11111 100110010 1011100 100100

Color Harmonies of #B0079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0079E

Black with #B0079E

Text Example


Text Example

White with #B0079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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