Html Css Color HEX #B62D90 Medium Red Violet

📋 copy color: '#B62D90'

red 182 ◦ green 45 ◦ blue 144

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

Shades of Medium Red Violet #B62D90

Tints of Medium Red Violet #B62D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 49.06%
G = 12.13%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B62D90 (or 0xB62D90) is known color: Medium Red Violet. HEX triplet: B6, 2D and 90. RGB value is (182,45,144). Sum of RGB (Red+Green+Blue) = 182+45+144=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62D90 is #49D26F. Grayscale: #606060. Windows color (decimal): -4838000 or 9448886. OLE color: 9448886.

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

Color convert

RGB 182 45 144 -
CMYK 0 0.75 0.21 0.29
HSL 316.64º 0.6% 0.45% -
HSV(B) 316.64º 0.75% 0.71% -
XYZ 25.26 13.84 27.72 -
YUV 97.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 182 45 144 0 0.75 0.21 0.29 316.64 0.6 0.45
Hex B6 2D 90 0 4B 15 1D 13D 3C 2D
Octal 266 55 220 0 113 25 35 475 74 55
Binary 10110110 101101 10010000 0 1001011 10101 11101 100111101 111100 101101

Color Harmonies of #B62D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62D90

Black with #B62D90

Text Example


Text Example

White with #B62D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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