Html Css Color HEX #B42B7A Medium Red Violet

📋 copy color: '#B42B7A'

red 180 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #B42B7A

Tints of Medium Red Violet #B42B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 52.17%
G = 12.46%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B42B7A (or 0xB42B7A) is known color: Medium Red Violet. HEX triplet: B4, 2B and 7A. RGB value is (180,43,122). Sum of RGB (Red+Green+Blue) = 180+43+122=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B7A is #4BD485. Grayscale: #5C5C5C. Windows color (decimal): -4969606 or 8006580. OLE color: 8006580.

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

Color convert

RGB 180 43 122 -
CMYK 0 0.76 0.32 0.29
HSL 325.4º 0.61% 0.44% -
HSV(B) 325.4º 0.76% 0.71% -
XYZ 23.2 12.84 19.67 -
YUV 92.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 180 43 122 0 0.76 0.32 0.29 325.4 0.61 0.44
Hex B4 2B 7A 0 4C 20 1D 145 3D 2C
Octal 264 53 172 0 114 40 35 505 75 54
Binary 10110100 101011 1111010 0 1001100 100000 11101 101000101 111101 101100

Color Harmonies of #B42B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B7A

Black with #B42B7A

Text Example


Text Example

White with #B42B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B7A; }

 p { color: rgb(180,43,122); }

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

background-color css

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

 a { background-color: rgb(180,43,122); }

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

border-color css

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

 span { border-color: rgb(180,43,122); }

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