Html Css Color HEX #B0077B Medium Violet Red

📋 copy color: '#B0077B'

red 176 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #B0077B

Tints of Medium Violet Red #B0077B

RGB

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

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

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

R = 57.52%
G = 2.29%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0077B (or 0xB0077B) is known color: Medium Violet Red. HEX triplet: B0, 07 and 7B. RGB value is (176,7,123). Sum of RGB (Red+Green+Blue) = 176+7+123=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0077B is #4FF884. Grayscale: #464646. Windows color (decimal): -5240965 or 8062896. OLE color: 8062896.

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

Color convert

RGB 176 7 123 -
CMYK 0 0.96 0.30 0.31
HSL 318.82º 0.92% 0.36% -
HSV(B) 318.82º 0.96% 0.69% -
XYZ 21.56 10.81 19.69 -
YUV 70.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 176 7 123 0 0.96 0.30 0.31 318.82 0.92 0.36
Hex B0 7 7B 0 60 1E 1F 13F 5C 24
Octal 260 7 173 0 140 36 37 477 134 44
Binary 10110000 111 1111011 0 1100000 11110 11111 100111111 1011100 100100

Color Harmonies of #B0077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0077B

Black with #B0077B

Text Example


Text Example

White with #B0077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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