Html Css Color HEX #B32FA2 Medium Red Violet

📋 copy color: '#B32FA2'

red 179 ◦ green 47 ◦ blue 162

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

Shades of Medium Red Violet #B32FA2

Tints of Medium Red Violet #B32FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 46.13%
G = 12.11%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B32FA2 (or 0xB32FA2) is known color: Medium Red Violet. HEX triplet: B3, 2F and A2. RGB value is (179,47,162). Sum of RGB (Red+Green+Blue) = 179+47+162=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FA2 is #4CD05D. Grayscale: #636363. Windows color (decimal): -5034078 or 10629043. OLE color: 10629043.

HSL color Cylindrical-coordinate representation of color #B32FA2: hue angle of 307.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 #B32FA2 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 47 162 -
CMYK 0 0.74 0.09 0.30
HSL 307.73º 0.58% 0.44% -
HSV(B) 307.73º 0.74% 0.7% -
XYZ 26.13 14.23 35.55 -
YUV 99.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 179 47 162 0 0.74 0.09 0.30 307.73 0.58 0.44
Hex B3 2F A2 0 4A 9 1E 134 3A 2C
Octal 263 57 242 0 112 11 36 464 72 54
Binary 10110011 101111 10100010 0 1001010 1001 11110 100110100 111010 101100

Color Harmonies of #B32FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FA2

Black with #B32FA2

Text Example


Text Example

White with #B32FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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