Html Css Color HEX #B2057A Medium Violet Red

📋 copy color: '#B2057A'

red 178 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #B2057A

Tints of Medium Violet Red #B2057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 58.36%
G = 1.64%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2057A (or 0xB2057A) is known color: Medium Violet Red. HEX triplet: B2, 05 and 7A. RGB value is (178,5,122). Sum of RGB (Red+Green+Blue) = 178+5+122=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2057A is #4DFA85. Grayscale: #454545. Windows color (decimal): -5110406 or 7996850. OLE color: 7996850.

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

Color convert

RGB 178 5 122 -
CMYK 0 0.97 0.31 0.30
HSL 319.42º 0.95% 0.36% -
HSV(B) 319.42º 0.97% 0.7% -
XYZ 21.93 10.98 19.38 -
YUV 70.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 178 5 122 0 0.97 0.31 0.30 319.42 0.95 0.36
Hex B2 5 7A 0 61 1F 1E 13F 5F 24
Octal 262 5 172 0 141 37 36 477 137 44
Binary 10110010 101 1111010 0 1100001 11111 11110 100111111 1011111 100100

Color Harmonies of #B2057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2057A

Black with #B2057A

Text Example


Text Example

White with #B2057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2057A; }

 p { color: rgb(178,5,122); }

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

background-color css

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

 a { background-color: rgb(178,5,122); }

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

border-color css

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

 span { border-color: rgb(178,5,122); }

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