Html Css Color HEX #B42D85 Medium Red Violet

📋 copy color: '#B42D85'

red 180 ◦ green 45 ◦ blue 133

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

Shades of Medium Red Violet #B42D85

Tints of Medium Red Violet #B42D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 50.28%
G = 12.57%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B42D85 (or 0xB42D85) is known color: Medium Red Violet. HEX triplet: B4, 2D and 85. RGB value is (180,45,133). Sum of RGB (Red+Green+Blue) = 180+45+133=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D85 is #4BD27A. Grayscale: #5F5F5F. Windows color (decimal): -4969083 or 8727988. OLE color: 8727988.

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

Color convert

RGB 180 45 133 -
CMYK 0 0.75 0.26 0.29
HSL 320.89º 0.6% 0.44% -
HSV(B) 320.89º 0.75% 0.71% -
XYZ 23.99 13.27 23.49 -
YUV 95.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 180 45 133 0 0.75 0.26 0.29 320.89 0.6 0.44
Hex B4 2D 85 0 4B 1A 1D 141 3C 2C
Octal 264 55 205 0 113 32 35 501 74 54
Binary 10110100 101101 10000101 0 1001011 11010 11101 101000001 111100 101100

Color Harmonies of #B42D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D85

Black with #B42D85

Text Example


Text Example

White with #B42D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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