Html Css Color HEX #B42993 Medium Red Violet

📋 copy color: '#B42993'

red 180 ◦ green 41 ◦ blue 147

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

Shades of Medium Red Violet #B42993

Tints of Medium Red Violet #B42993

RGB

 RED value IS 180 (70.7% from 255) = 48.91%

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 48.91%
G = 11.14%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B42993 (or 0xB42993) is known color: Medium Red Violet. HEX triplet: B4, 29 and 93. RGB value is (180,41,147). Sum of RGB (Red+Green+Blue) = 180+41+147=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B42993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42993 is #4BD66C. Grayscale: #5E5E5E. Windows color (decimal): -4970093 or 9644468. OLE color: 9644468.

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

Color convert

RGB 180 41 147 -
CMYK 0 0.77 0.18 0.29
HSL 314.24º 0.63% 0.43% -
HSV(B) 314.24º 0.77% 0.71% -
XYZ 24.88 13.4 28.88 -
YUV 94.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 180 41 147 0 0.77 0.18 0.29 314.24 0.63 0.43
Hex B4 29 93 0 4D 12 1D 13A 3F 2B
Octal 264 51 223 0 115 22 35 472 77 53
Binary 10110100 101001 10010011 0 1001101 10010 11101 100111010 111111 101011

Color Harmonies of #B42993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42993

Black with #B42993

Text Example


Text Example

White with #B42993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42993; }

 p { color: rgb(180,41,147); }

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

background-color css

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

 a { background-color: rgb(180,41,147); }

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

border-color css

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

 span { border-color: rgb(180,41,147); }

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