Html Css Color HEX #B62EA2 Medium Red Violet

📋 copy color: '#B62EA2'

red 182 ◦ green 46 ◦ blue 162

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

Shades of Medium Red Violet #B62EA2

Tints of Medium Red Violet #B62EA2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.79%

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

R = 46.67%
G = 11.79%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B62EA2 (or 0xB62EA2) is known color: Medium Red Violet. HEX triplet: B6, 2E and A2. RGB value is (182,46,162). Sum of RGB (Red+Green+Blue) = 182+46+162=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B62EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62EA2 is #49D15D. Grayscale: #636363. Windows color (decimal): -4837726 or 10628790. OLE color: 10628790.

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

Color convert

RGB 182 46 162 -
CMYK 0 0.75 0.11 0.29
HSL 308.82º 0.6% 0.45% -
HSV(B) 308.82º 0.75% 0.71% -
XYZ 26.79 14.51 35.57 -
YUV 99.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 182 46 162 0 0.75 0.11 0.29 308.82 0.6 0.45
Hex B6 2E A2 0 4B B 1D 135 3C 2D
Octal 266 56 242 0 113 13 35 465 74 55
Binary 10110110 101110 10100010 0 1001011 1011 11101 100110101 111100 101101

Color Harmonies of #B62EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62EA2

Black with #B62EA2

Text Example


Text Example

White with #B62EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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