Html Css Color HEX #B32F8C Medium Red Violet

📋 copy color: '#B32F8C'

red 179 ◦ green 47 ◦ blue 140

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

Shades of Medium Red Violet #B32F8C

Tints of Medium Red Violet #B32F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.84%

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 48.91%
G = 12.84%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B32F8C (or 0xB32F8C) is known color: Medium Red Violet. HEX triplet: B3, 2F and 8C. RGB value is (179,47,140). Sum of RGB (Red+Green+Blue) = 179+47+140=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32F8C is #4CD073. Grayscale: #606060. Windows color (decimal): -5034100 or 9187251. OLE color: 9187251.

HSL color Cylindrical-coordinate representation of color #B32F8C: hue angle of 317.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F8C is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 47 140 -
CMYK 0 0.74 0.22 0.30
HSL 317.73º 0.58% 0.44% -
HSV(B) 317.73º 0.74% 0.7% -
XYZ 24.34 13.51 26.14 -
YUV 97.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 179 47 140 0 0.74 0.22 0.30 317.73 0.58 0.44
Hex B3 2F 8C 0 4A 16 1E 13E 3A 2C
Octal 263 57 214 0 112 26 36 476 72 54
Binary 10110011 101111 10001100 0 1001010 10110 11110 100111110 111010 101100

Color Harmonies of #B32F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F8C

Black with #B32F8C

Text Example


Text Example

White with #B32F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F8C; }

 p { color: rgb(179,47,140); }

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

background-color css

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

 a { background-color: rgb(179,47,140); }

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

border-color css

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

 span { border-color: rgb(179,47,140); }

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