Html Css Color HEX #B62894 Medium Red Violet

📋 copy color: '#B62894'

red 182 ◦ green 40 ◦ blue 148

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

Shades of Medium Red Violet #B62894

Tints of Medium Red Violet #B62894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40%

R = 49.19%
G = 10.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B62894 (or 0xB62894) is known color: Medium Red Violet. HEX triplet: B6, 28 and 94. RGB value is (182,40,148). Sum of RGB (Red+Green+Blue) = 182+40+148=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B62894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62894 is #49D76B. Grayscale: #5E5E5E. Windows color (decimal): -4839276 or 9709750. OLE color: 9709750.

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

Color convert

RGB 182 40 148 -
CMYK 0 0.78 0.19 0.29
HSL 314.37º 0.64% 0.44% -
HSV(B) 314.37º 0.78% 0.71% -
XYZ 25.4 13.6 29.3 -
YUV 94.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 182 40 148 0 0.78 0.19 0.29 314.37 0.64 0.44
Hex B6 28 94 0 4E 13 1D 13A 40 2C
Octal 266 50 224 0 116 23 35 472 100 54
Binary 10110110 101000 10010100 0 1001110 10011 11101 100111010 1000000 101100

Color Harmonies of #B62894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62894

Black with #B62894

Text Example


Text Example

White with #B62894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62894; }

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

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

background-color css

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

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

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

border-color css

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

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

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