Html Css Color HEX #B61EA2 Medium Violet Red

📋 copy color: '#B61EA2'

red 182 ◦ green 30 ◦ blue 162

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

Shades of Medium Violet Red #B61EA2

Tints of Medium Violet Red #B61EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.02%

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

R = 48.66%
G = 8.02%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B61EA2 (or 0xB61EA2) is known color: Medium Violet Red. HEX triplet: B6, 1E and A2. RGB value is (182,30,162). Sum of RGB (Red+Green+Blue) = 182+30+162=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B61EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61EA2 is #49E15D. Grayscale: #5A5A5A. Windows color (decimal): -4841822 or 10624694. OLE color: 10624694.

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

Color convert

RGB 182 30 162 -
CMYK 0 0.84 0.11 0.29
HSL 307.89º 0.72% 0.42% -
HSV(B) 307.89º 0.84% 0.71% -
XYZ 26.28 13.48 35.4 -
YUV 90.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 182 30 162 0 0.84 0.11 0.29 307.89 0.72 0.42
Hex B6 1E A2 0 54 B 1D 134 48 2A
Octal 266 36 242 0 124 13 35 464 110 52
Binary 10110110 11110 10100010 0 1010100 1011 11101 100110100 1001000 101010

Color Harmonies of #B61EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61EA2

Black with #B61EA2

Text Example


Text Example

White with #B61EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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