Html Css Color HEX #B6079D Medium Violet Red

📋 copy color: '#B6079D'

red 182 ◦ green 7 ◦ blue 157

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

Shades of Medium Violet Red #B6079D

Tints of Medium Violet Red #B6079D

RGB

 RED value IS 182 (71.48% from 255) = 52.6%

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 52.6%
G = 2.02%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6079D (or 0xB6079D) is known color: Medium Violet Red. HEX triplet: B6, 07 and 9D. RGB value is (182,7,157). Sum of RGB (Red+Green+Blue) = 182+7+157=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6079D is #49F862. Grayscale: #4C4C4C. Windows color (decimal): -4847715 or 10291126. OLE color: 10291126.

HSL color Cylindrical-coordinate representation of color #B6079D: hue angle of 308.57º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6079D is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 157 -
CMYK 0 0.96 0.14 0.29
HSL 308.57º 0.93% 0.37% -
HSV(B) 308.57º 0.96% 0.71% -
XYZ 25.45 12.53 32.98 -
YUV 76.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 182 7 157 0 0.96 0.14 0.29 308.57 0.93 0.37
Hex B6 7 9D 0 60 E 1D 135 5D 25
Octal 266 7 235 0 140 16 35 465 135 45
Binary 10110110 111 10011101 0 1100000 1110 11101 100110101 1011101 100101

Color Harmonies of #B6079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6079D

Black with #B6079D

Text Example


Text Example

White with #B6079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6079D; }

 p { color: rgb(182,7,157); }

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

background-color css

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

 a { background-color: rgb(182,7,157); }

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

border-color css

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

 span { border-color: rgb(182,7,157); }

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