Html Css Color HEX #B32A7F Medium Red Violet

📋 copy color: '#B32A7F'

red 179 ◦ green 42 ◦ blue 127

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

Shades of Medium Red Violet #B32A7F

Tints of Medium Red Violet #B32A7F

RGB

 RED value IS 179 (70.31% from 255) = 51.44%

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

 BLUE value IS 127 (50% from 255) = 36.49%

R = 51.44%
G = 12.07%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B32A7F (or 0xB32A7F) is known color: Medium Red Violet. HEX triplet: B3, 2A and 7F. RGB value is (179,42,127). Sum of RGB (Red+Green+Blue) = 179+42+127=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A7F is #4CD580. Grayscale: #5C5C5C. Windows color (decimal): -5035393 or 8334003. OLE color: 8334003.

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

Color convert

RGB 179 42 127 -
CMYK 0 0.77 0.29 0.30
HSL 322.77º 0.62% 0.43% -
HSV(B) 322.77º 0.77% 0.7% -
XYZ 23.25 12.77 21.32 -
YUV 92.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 179 42 127 0 0.77 0.29 0.30 322.77 0.62 0.43
Hex B3 2A 7F 0 4D 1D 1E 143 3E 2B
Octal 263 52 177 0 115 35 36 503 76 53
Binary 10110011 101010 1111111 0 1001101 11101 11110 101000011 111110 101011

Color Harmonies of #B32A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A7F

Black with #B32A7F

Text Example


Text Example

White with #B32A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A7F; }

 p { color: rgb(179,42,127); }

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

background-color css

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

 a { background-color: rgb(179,42,127); }

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

border-color css

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

 span { border-color: rgb(179,42,127); }

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