Html Css Color HEX #B6077B Medium Violet Red

📋 copy color: '#B6077B'

red 182 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #B6077B

Tints of Medium Violet Red #B6077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 58.33%
G = 2.24%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6077B (or 0xB6077B) is known color: Medium Violet Red. HEX triplet: B6, 07 and 7B. RGB value is (182,7,123). Sum of RGB (Red+Green+Blue) = 182+7+123=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6077B is #49F884. Grayscale: #484848. Windows color (decimal): -4847749 or 8062902. OLE color: 8062902.

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

Color convert

RGB 182 7 123 -
CMYK 0 0.96 0.32 0.29
HSL 320.23º 0.93% 0.37% -
HSV(B) 320.23º 0.96% 0.71% -
XYZ 22.94 11.53 19.75 -
YUV 72.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 182 7 123 0 0.96 0.32 0.29 320.23 0.93 0.37
Hex B6 7 7B 0 60 20 1D 140 5D 25
Octal 266 7 173 0 140 40 35 500 135 45
Binary 10110110 111 1111011 0 1100000 100000 11101 101000000 1011101 100101

Color Harmonies of #B6077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6077B

Black with #B6077B

Text Example


Text Example

White with #B6077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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