Html Css Color HEX #B62895 Medium Red Violet

📋 copy color: '#B62895'

red 182 ◦ green 40 ◦ blue 149

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

Shades of Medium Red Violet #B62895

Tints of Medium Red Violet #B62895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 49.06%
G = 10.78%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B62895 (or 0xB62895) is known color: Medium Red Violet. HEX triplet: B6, 28 and 95. RGB value is (182,40,149). Sum of RGB (Red+Green+Blue) = 182+40+149=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B62895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62895 is #49D76A. Grayscale: #5E5E5E. Windows color (decimal): -4839275 or 9775286. OLE color: 9775286.

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

Color convert

RGB 182 40 149 -
CMYK 0 0.78 0.18 0.29
HSL 313.94º 0.64% 0.44% -
HSV(B) 313.94º 0.78% 0.71% -
XYZ 25.48 13.63 29.72 -
YUV 94.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 182 40 149 0 0.78 0.18 0.29 313.94 0.64 0.44
Hex B6 28 95 0 4E 12 1D 13A 40 2C
Octal 266 50 225 0 116 22 35 472 100 54
Binary 10110110 101000 10010101 0 1001110 10010 11101 100111010 1000000 101100

Color Harmonies of #B62895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62895

Black with #B62895

Text Example


Text Example

White with #B62895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62895; }

 p { color: rgb(182,40,149); }

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

background-color css

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

 a { background-color: rgb(182,40,149); }

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

border-color css

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

 span { border-color: rgb(182,40,149); }

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