Html Css Color HEX #B613A2 Medium Violet Red

📋 copy color: '#B613A2'

red 182 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #B613A2

Tints of Medium Violet Red #B613A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 162 (63.67% from 255) = 44.63%

R = 50.14%
G = 5.23%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B613A2 (or 0xB613A2) is known color: Medium Violet Red. HEX triplet: B6, 13 and A2. RGB value is (182,19,162). Sum of RGB (Red+Green+Blue) = 182+19+162=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B613A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613A2 is #49EC5D. Grayscale: #535353. Windows color (decimal): -4844638 or 10621878. OLE color: 10621878.

HSL color Cylindrical-coordinate representation of color #B613A2: hue angle of 307.36º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613A2 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 162 -
CMYK 0 0.90 0.11 0.29
HSL 307.36º 0.81% 0.39% -
HSV(B) 307.36º 0.9% 0.71% -
XYZ 26.05 13.02 35.32 -
YUV 84.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 182 19 162 0 0.90 0.11 0.29 307.36 0.81 0.39
Hex B6 13 A2 0 5A B 1D 133 51 27
Octal 266 23 242 0 132 13 35 463 121 47
Binary 10110110 10011 10100010 0 1011010 1011 11101 100110011 1010001 100111

Color Harmonies of #B613A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613A2

Black with #B613A2

Text Example


Text Example

White with #B613A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613A2; }

 p { color: rgb(182,19,162); }

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

background-color css

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

 a { background-color: rgb(182,19,162); }

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

border-color css

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

 span { border-color: rgb(182,19,162); }

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