Html Css Color HEX #B62D87 Medium Red Violet

📋 copy color: '#B62D87'

red 182 ◦ green 45 ◦ blue 135

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

Shades of Medium Red Violet #B62D87

Tints of Medium Red Violet #B62D87

RGB

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

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

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

R = 50.28%
G = 12.43%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B62D87 (or 0xB62D87) is known color: Medium Red Violet. HEX triplet: B6, 2D and 87. RGB value is (182,45,135). Sum of RGB (Red+Green+Blue) = 182+45+135=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62D87 is #49D278. Grayscale: #606060. Windows color (decimal): -4838009 or 8859062. OLE color: 8859062.

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

Color convert

RGB 182 45 135 -
CMYK 0 0.75 0.26 0.29
HSL 320.58º 0.6% 0.45% -
HSV(B) 320.58º 0.75% 0.71% -
XYZ 24.6 13.57 24.24 -
YUV 96.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 182 45 135 0 0.75 0.26 0.29 320.58 0.6 0.45
Hex B6 2D 87 0 4B 1A 1D 141 3C 2D
Octal 266 55 207 0 113 32 35 501 74 55
Binary 10110110 101101 10000111 0 1001011 11010 11101 101000001 111100 101101

Color Harmonies of #B62D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62D87

Black with #B62D87

Text Example


Text Example

White with #B62D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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