Html Css Color HEX #B62095 Medium Violet Red

📋 copy color: '#B62095'

red 182 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #B62095

Tints of Medium Violet Red #B62095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 50.14%
G = 8.82%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B62095 (or 0xB62095) is known color: Medium Violet Red. HEX triplet: B6, 20 and 95. RGB value is (182,32,149). Sum of RGB (Red+Green+Blue) = 182+32+149=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B62095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62095 is #49DF6A. Grayscale: #595959. Windows color (decimal): -4841323 or 9773238. OLE color: 9773238.

HSL color Cylindrical-coordinate representation of color #B62095: hue angle of 313.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62095 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 149 -
CMYK 0 0.82 0.18 0.29
HSL 313.2º 0.7% 0.42% -
HSV(B) 313.2º 0.82% 0.71% -
XYZ 25.23 13.15 29.64 -
YUV 90.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 182 32 149 0 0.82 0.18 0.29 313.2 0.7 0.42
Hex B6 20 95 0 52 12 1D 139 46 2A
Octal 266 40 225 0 122 22 35 471 106 52
Binary 10110110 100000 10010101 0 1010010 10010 11101 100111001 1000110 101010

Color Harmonies of #B62095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62095

Black with #B62095

Text Example


Text Example

White with #B62095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62095; }

 p { color: rgb(182,32,149); }

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

background-color css

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

 a { background-color: rgb(182,32,149); }

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

border-color css

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

 span { border-color: rgb(182,32,149); }

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