Html Css Color HEX #BE32A6 Medium Red Violet

📋 copy color: '#BE32A6'

red 190 ◦ green 50 ◦ blue 166

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

Shades of Medium Red Violet #BE32A6

Tints of Medium Red Violet #BE32A6

RGB

 RED value IS 190 (74.61% from 255) = 46.8%

 GREEN value IS 50 (19.92% from 255) = 12.32%

 BLUE value IS 166 (65.23% from 255) = 40.89%

R = 46.8%
G = 12.32%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE32A6 (or 0xBE32A6) is known color: Medium Red Violet. HEX triplet: BE, 32 and A6. RGB value is (190,50,166). Sum of RGB (Red+Green+Blue) = 190+50+166=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32A6 is #41CD59. Grayscale: #686868. Windows color (decimal): -4312410 or 10891966. OLE color: 10891966.

HSL color Cylindrical-coordinate representation of color #BE32A6: hue angle of 310.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE32A6 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 166 -
CMYK 0 0.74 0.13 0.25
HSL 310.29º 0.58% 0.47% -
HSV(B) 310.29º 0.74% 0.75% -
XYZ 29.26 15.98 37.62 -
YUV 105.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 190 50 166 0 0.74 0.13 0.25 310.29 0.58 0.47
Hex BE 32 A6 0 4A D 19 136 3A 2F
Octal 276 62 246 0 112 15 31 466 72 57
Binary 10111110 110010 10100110 0 1001010 1101 11001 100110110 111010 101111

Color Harmonies of #BE32A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32A6

Black with #BE32A6

Text Example


Text Example

White with #BE32A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32A6; }

 p { color: rgb(190,50,166); }

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

background-color css

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

 a { background-color: rgb(190,50,166); }

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

border-color css

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

 span { border-color: rgb(190,50,166); }

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