Html Css Color HEX #B42E93 Medium Red Violet

📋 copy color: '#B42E93'

red 180 ◦ green 46 ◦ blue 147

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

Shades of Medium Red Violet #B42E93

Tints of Medium Red Violet #B42E93

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.33%

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

R = 48.26%
G = 12.33%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B42E93 (or 0xB42E93) is known color: Medium Red Violet. HEX triplet: B4, 2E and 93. RGB value is (180,46,147). Sum of RGB (Red+Green+Blue) = 180+46+147=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42E93 is #4BD16C. Grayscale: #616161. Windows color (decimal): -4968813 or 9645748. OLE color: 9645748.

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

Color convert

RGB 180 46 147 -
CMYK 0 0.74 0.18 0.29
HSL 314.78º 0.59% 0.44% -
HSV(B) 314.78º 0.74% 0.71% -
XYZ 25.07 13.76 28.94 -
YUV 97.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 180 46 147 0 0.74 0.18 0.29 314.78 0.59 0.44
Hex B4 2E 93 0 4A 12 1D 13B 3B 2C
Octal 264 56 223 0 112 22 35 473 73 54
Binary 10110100 101110 10010011 0 1001010 10010 11101 100111011 111011 101100

Color Harmonies of #B42E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E93

Black with #B42E93

Text Example


Text Example

White with #B42E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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