Html Css Color HEX #BE22A8 Medium Violet Red

📋 copy color: '#BE22A8'

red 190 ◦ green 34 ◦ blue 168

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

Shades of Medium Violet Red #BE22A8

Tints of Medium Violet Red #BE22A8

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.67%

 BLUE value IS 168 (66.02% from 255) = 42.86%

R = 48.47%
G = 8.67%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE22A8 (or 0xBE22A8) is known color: Medium Violet Red. HEX triplet: BE, 22 and A8. RGB value is (190,34,168). Sum of RGB (Red+Green+Blue) = 190+34+168=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE22A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE22A8 is #41DD57. Grayscale: #5F5F5F. Windows color (decimal): -4316504 or 11018942. OLE color: 11018942.

HSL color Cylindrical-coordinate representation of color #BE22A8: hue angle of 308.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE22A8 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 168 -
CMYK 0 0.82 0.12 0.25
HSL 308.46º 0.7% 0.44% -
HSV(B) 308.46º 0.82% 0.75% -
XYZ 28.88 14.92 38.4 -
YUV 95.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 190 34 168 0 0.82 0.12 0.25 308.46 0.7 0.44
Hex BE 22 A8 0 52 C 19 134 46 2C
Octal 276 42 250 0 122 14 31 464 106 54
Binary 10111110 100010 10101000 0 1010010 1100 11001 100110100 1000110 101100

Color Harmonies of #BE22A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE22A8

Black with #BE22A8

Text Example


Text Example

White with #BE22A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE22A8; }

 p { color: rgb(190,34,168); }

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

background-color css

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

 a { background-color: rgb(190,34,168); }

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

border-color css

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

 span { border-color: rgb(190,34,168); }

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