Html Css Color HEX #B42D93 Medium Red Violet

📋 copy color: '#B42D93'

red 180 ◦ green 45 ◦ blue 147

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

Shades of Medium Red Violet #B42D93

Tints of Medium Red Violet #B42D93

RGB

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

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

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

R = 48.39%
G = 12.1%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B42D93 (or 0xB42D93) is known color: Medium Red Violet. HEX triplet: B4, 2D and 93. RGB value is (180,45,147). Sum of RGB (Red+Green+Blue) = 180+45+147=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D93 is #4BD26C. Grayscale: #606060. Windows color (decimal): -4969069 or 9645492. OLE color: 9645492.

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

Color convert

RGB 180 45 147 -
CMYK 0 0.75 0.18 0.29
HSL 314.67º 0.6% 0.44% -
HSV(B) 314.67º 0.75% 0.71% -
XYZ 25.03 13.69 28.93 -
YUV 96.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 180 45 147 0 0.75 0.18 0.29 314.67 0.6 0.44
Hex B4 2D 93 0 4B 12 1D 13B 3C 2C
Octal 264 55 223 0 113 22 35 473 74 54
Binary 10110100 101101 10010011 0 1001011 10010 11101 100111011 111100 101100

Color Harmonies of #B42D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D93

Black with #B42D93

Text Example


Text Example

White with #B42D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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