Html Css Color HEX #B6077A Medium Violet Red

📋 copy color: '#B6077A'

red 182 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #B6077A

Tints of Medium Violet Red #B6077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 58.52%
G = 2.25%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6077A (or 0xB6077A) is known color: Medium Violet Red. HEX triplet: B6, 07 and 7A. RGB value is (182,7,122). Sum of RGB (Red+Green+Blue) = 182+7+122=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6077A is #49F885. Grayscale: #484848. Windows color (decimal): -4847750 or 7997366. OLE color: 7997366.

HSL color Cylindrical-coordinate representation of color #B6077A: hue angle of 320.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 #B6077A is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 122 -
CMYK 0 0.96 0.33 0.29
HSL 320.57º 0.93% 0.37% -
HSV(B) 320.57º 0.96% 0.71% -
XYZ 22.88 11.5 19.43 -
YUV 72.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 182 7 122 0 0.96 0.33 0.29 320.57 0.93 0.37
Hex B6 7 7A 0 60 21 1D 141 5D 25
Octal 266 7 172 0 140 41 35 501 135 45
Binary 10110110 111 1111010 0 1100000 100001 11101 101000001 1011101 100101

Color Harmonies of #B6077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6077A

Black with #B6077A

Text Example


Text Example

White with #B6077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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