Html Css Color HEX #B32670 Medium Red Violet

📋 copy color: '#B32670'

red 179 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #B32670

Tints of Medium Red Violet #B32670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 54.41%
G = 11.55%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B32670 (or 0xB32670) is known color: Medium Red Violet. HEX triplet: B3, 26 and 70. RGB value is (179,38,112). Sum of RGB (Red+Green+Blue) = 179+38+112=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B32670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32670 is #4CD98F. Grayscale: #585858. Windows color (decimal): -5036432 or 7349939. OLE color: 7349939.

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

Color convert

RGB 179 38 112 -
CMYK 0 0.79 0.37 0.30
HSL 328.51º 0.65% 0.43% -
HSV(B) 328.51º 0.79% 0.7% -
XYZ 22.21 12.14 16.5 -
YUV 88.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 179 38 112 0 0.79 0.37 0.30 328.51 0.65 0.43
Hex B3 26 70 0 4F 25 1E 149 41 2B
Octal 263 46 160 0 117 45 36 511 101 53
Binary 10110011 100110 1110000 0 1001111 100101 11110 101001001 1000001 101011

Color Harmonies of #B32670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32670

Black with #B32670

Text Example


Text Example

White with #B32670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32670; }

 p { color: rgb(179,38,112); }

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

background-color css

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

 a { background-color: rgb(179,38,112); }

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

border-color css

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

 span { border-color: rgb(179,38,112); }

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