Html Css Color HEX #B62A87 Medium Red Violet

📋 copy color: '#B62A87'

red 182 ◦ green 42 ◦ blue 135

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

Shades of Medium Red Violet #B62A87

Tints of Medium Red Violet #B62A87

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.7%

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 50.7%
G = 11.7%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B62A87 (or 0xB62A87) is known color: Medium Red Violet. HEX triplet: B6, 2A and 87. RGB value is (182,42,135). Sum of RGB (Red+Green+Blue) = 182+42+135=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A87 is #49D578. Grayscale: #5E5E5E. Windows color (decimal): -4838777 or 8858294. OLE color: 8858294.

HSL color Cylindrical-coordinate representation of color #B62A87: hue angle of 320.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A87 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 42 135 -
CMYK 0 0.77 0.26 0.29
HSL 320.14º 0.63% 0.44% -
HSV(B) 320.14º 0.77% 0.71% -
XYZ 24.49 13.35 24.21 -
YUV 94.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 182 42 135 0 0.77 0.26 0.29 320.14 0.63 0.44
Hex B6 2A 87 0 4D 1A 1D 140 3E 2C
Octal 266 52 207 0 115 32 35 500 76 54
Binary 10110110 101010 10000111 0 1001101 11010 11101 101000000 111110 101100

Color Harmonies of #B62A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62A87

Black with #B62A87

Text Example


Text Example

White with #B62A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62A87; }

 p { color: rgb(182,42,135); }

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

background-color css

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

 a { background-color: rgb(182,42,135); }

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

border-color css

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

 span { border-color: rgb(182,42,135); }

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