Html Css Color HEX #B62A9D Medium Red Violet

📋 copy color: '#B62A9D'

red 182 ◦ green 42 ◦ blue 157

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

Shades of Medium Red Violet #B62A9D

Tints of Medium Red Violet #B62A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 47.77%
G = 11.02%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B62A9D (or 0xB62A9D) is known color: Medium Red Violet. HEX triplet: B6, 2A and 9D. RGB value is (182,42,157). Sum of RGB (Red+Green+Blue) = 182+42+157=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A9D is #49D562. Grayscale: #606060. Windows color (decimal): -4838755 or 10300086. OLE color: 10300086.

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

Color convert

RGB 182 42 157 -
CMYK 0 0.77 0.14 0.29
HSL 310.71º 0.63% 0.44% -
HSV(B) 310.71º 0.77% 0.71% -
XYZ 26.21 14.04 33.23 -
YUV 96.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 182 42 157 0 0.77 0.14 0.29 310.71 0.63 0.44
Hex B6 2A 9D 0 4D E 1D 137 3E 2C
Octal 266 52 235 0 115 16 35 467 76 54
Binary 10110110 101010 10011101 0 1001101 1110 11101 100110111 111110 101100

Color Harmonies of #B62A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62A9D

Black with #B62A9D

Text Example


Text Example

White with #B62A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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