Html Css Color HEX #B62DA0 Medium Red Violet

📋 copy color: '#B62DA0'

red 182 ◦ green 45 ◦ blue 160

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

Shades of Medium Red Violet #B62DA0

Tints of Medium Red Violet #B62DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.63%

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 47.03%
G = 11.63%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B62DA0 (or 0xB62DA0) is known color: Medium Red Violet. HEX triplet: B6, 2D and A0. RGB value is (182,45,160). Sum of RGB (Red+Green+Blue) = 182+45+160=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B62DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62DA0 is #49D25F. Grayscale: #626262. Windows color (decimal): -4837984 or 10497462. OLE color: 10497462.

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

Color convert

RGB 182 45 160 -
CMYK 0 0.75 0.12 0.29
HSL 309.64º 0.6% 0.45% -
HSV(B) 309.64º 0.75% 0.71% -
XYZ 26.57 14.36 34.63 -
YUV 99.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 182 45 160 0 0.75 0.12 0.29 309.64 0.6 0.45
Hex B6 2D A0 0 4B C 1D 136 3C 2D
Octal 266 55 240 0 113 14 35 466 74 55
Binary 10110110 101101 10100000 0 1001011 1100 11101 100110110 111100 101101

Color Harmonies of #B62DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DA0

Black with #B62DA0

Text Example


Text Example

White with #B62DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DA0; }

 p { color: rgb(182,45,160); }

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

background-color css

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

 a { background-color: rgb(182,45,160); }

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

border-color css

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

 span { border-color: rgb(182,45,160); }

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