Html Css Color HEX #B42A7B Medium Red Violet

📋 copy color: '#B42A7B'

red 180 ◦ green 42 ◦ blue 123

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

Shades of Medium Red Violet #B42A7B

Tints of Medium Red Violet #B42A7B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 52.17%
G = 12.17%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B42A7B (or 0xB42A7B) is known color: Medium Red Violet. HEX triplet: B4, 2A and 7B. RGB value is (180,42,123). Sum of RGB (Red+Green+Blue) = 180+42+123=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A7B is #4BD584. Grayscale: #5C5C5C. Windows color (decimal): -4969861 or 8071860. OLE color: 8071860.

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

Color convert

RGB 180 42 123 -
CMYK 0 0.77 0.32 0.29
HSL 324.78º 0.62% 0.44% -
HSV(B) 324.78º 0.77% 0.71% -
XYZ 23.23 12.79 19.98 -
YUV 92.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 180 42 123 0 0.77 0.32 0.29 324.78 0.62 0.44
Hex B4 2A 7B 0 4D 20 1D 145 3E 2C
Octal 264 52 173 0 115 40 35 505 76 54
Binary 10110100 101010 1111011 0 1001101 100000 11101 101000101 111110 101100

Color Harmonies of #B42A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A7B

Black with #B42A7B

Text Example


Text Example

White with #B42A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A7B; }

 p { color: rgb(180,42,123); }

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

background-color css

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

 a { background-color: rgb(180,42,123); }

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

border-color css

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

 span { border-color: rgb(180,42,123); }

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