Html Css Color HEX #B62E84 Medium Red Violet

📋 copy color: '#B62E84'

red 182 ◦ green 46 ◦ blue 132

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

Shades of Medium Red Violet #B62E84

Tints of Medium Red Violet #B62E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 50.56%
G = 12.78%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B62E84 (or 0xB62E84) is known color: Medium Red Violet. HEX triplet: B6, 2E and 84. RGB value is (182,46,132). Sum of RGB (Red+Green+Blue) = 182+46+132=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62E84 is #49D17B. Grayscale: #606060. Windows color (decimal): -4837756 or 8662710. OLE color: 8662710.

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

Color convert

RGB 182 46 132 -
CMYK 0 0.75 0.27 0.29
HSL 322.06º 0.6% 0.45% -
HSV(B) 322.06º 0.75% 0.71% -
XYZ 24.43 13.57 23.16 -
YUV 96.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 182 46 132 0 0.75 0.27 0.29 322.06 0.6 0.45
Hex B6 2E 84 0 4B 1B 1D 142 3C 2D
Octal 266 56 204 0 113 33 35 502 74 55
Binary 10110110 101110 10000100 0 1001011 11011 11101 101000010 111100 101101

Color Harmonies of #B62E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E84

Black with #B62E84

Text Example


Text Example

White with #B62E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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