Html Css Color HEX #B62EA4 Medium Red Violet

📋 copy color: '#B62EA4'

red 182 ◦ green 46 ◦ blue 164

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

Shades of Medium Red Violet #B62EA4

Tints of Medium Red Violet #B62EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.84%

R = 46.43%
G = 11.73%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B62EA4 (or 0xB62EA4) is known color: Medium Red Violet. HEX triplet: B6, 2E and A4. RGB value is (182,46,164). Sum of RGB (Red+Green+Blue) = 182+46+164=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B62EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62EA4 is #49D15B. Grayscale: #636363. Windows color (decimal): -4837724 or 10759862. OLE color: 10759862.

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

Color convert

RGB 182 46 164 -
CMYK 0 0.75 0.10 0.29
HSL 307.94º 0.6% 0.45% -
HSV(B) 307.94º 0.75% 0.71% -
XYZ 26.97 14.58 36.51 -
YUV 100.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 182 46 164 0 0.75 0.10 0.29 307.94 0.6 0.45
Hex B6 2E A4 0 4B A 1D 134 3C 2D
Octal 266 56 244 0 113 12 35 464 74 55
Binary 10110110 101110 10100100 0 1001011 1010 11101 100110100 111100 101101

Color Harmonies of #B62EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62EA4

Black with #B62EA4

Text Example


Text Example

White with #B62EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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