Html Css Color HEX #B62099 Medium Violet Red

📋 copy color: '#B62099'

red 182 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #B62099

Tints of Medium Violet Red #B62099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.69%

R = 49.59%
G = 8.72%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B62099 (or 0xB62099) is known color: Medium Violet Red. HEX triplet: B6, 20 and 99. RGB value is (182,32,153). Sum of RGB (Red+Green+Blue) = 182+32+153=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B62099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62099 is #49DF66. Grayscale: #5A5A5A. Windows color (decimal): -4841319 or 10035382. OLE color: 10035382.

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

Color convert

RGB 182 32 153 -
CMYK 0 0.82 0.16 0.29
HSL 311.6º 0.7% 0.42% -
HSV(B) 311.6º 0.82% 0.71% -
XYZ 25.56 13.28 31.35 -
YUV 90.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 182 32 153 0 0.82 0.16 0.29 311.6 0.7 0.42
Hex B6 20 99 0 52 10 1D 138 46 2A
Octal 266 40 231 0 122 20 35 470 106 52
Binary 10110110 100000 10011001 0 1010010 10000 11101 100111000 1000110 101010

Color Harmonies of #B62099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62099

Black with #B62099

Text Example


Text Example

White with #B62099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62099; }

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

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

background-color css

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

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

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

border-color css

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

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

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