Html Css Color HEX #B2079B Medium Violet Red

📋 copy color: '#B2079B'

red 178 ◦ green 7 ◦ blue 155

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

Shades of Medium Violet Red #B2079B

Tints of Medium Violet Red #B2079B

RGB

 RED value IS 178 (69.92% from 255) = 52.35%

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

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

R = 52.35%
G = 2.06%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2079B (or 0xB2079B) is known color: Medium Violet Red. HEX triplet: B2, 07 and 9B. RGB value is (178,7,155). Sum of RGB (Red+Green+Blue) = 178+7+155=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2079B is #4DF864. Grayscale: #4A4A4A. Windows color (decimal): -5109861 or 10160050. OLE color: 10160050.

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

Color convert

RGB 178 7 155 -
CMYK 0 0.96 0.13 0.30
HSL 308.07º 0.92% 0.36% -
HSV(B) 308.07º 0.96% 0.7% -
XYZ 24.35 11.98 32.04 -
YUV 75 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 178 7 155 0 0.96 0.13 0.30 308.07 0.92 0.36
Hex B2 7 9B 0 60 D 1E 134 5C 24
Octal 262 7 233 0 140 15 36 464 134 44
Binary 10110010 111 10011011 0 1100000 1101 11110 100110100 1011100 100100

Color Harmonies of #B2079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2079B

Black with #B2079B

Text Example


Text Example

White with #B2079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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