Html Css Color HEX #BE226E Medium Red Violet

📋 copy color: '#BE226E'

red 190 ◦ green 34 ◦ blue 110

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

Shades of Medium Red Violet #BE226E

Tints of Medium Red Violet #BE226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 56.89%
G = 10.18%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE226E (or 0xBE226E) is known color: Medium Red Violet. HEX triplet: BE, 22 and 6E. RGB value is (190,34,110). Sum of RGB (Red+Green+Blue) = 190+34+110=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE226E is #41DD91. Grayscale: #595959. Windows color (decimal): -4316562 or 7217854. OLE color: 7217854.

HSL color Cylindrical-coordinate representation of color #BE226E: hue angle of 330.77º 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 #BE226E is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 110 -
CMYK 0 0.82 0.42 0.25
HSL 330.77º 0.7% 0.44% -
HSV(B) 330.77º 0.82% 0.75% -
XYZ 24.62 13.22 16.01 -
YUV 89.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 190 34 110 0 0.82 0.42 0.25 330.77 0.7 0.44
Hex BE 22 6E 0 52 2A 19 14B 46 2C
Octal 276 42 156 0 122 52 31 513 106 54
Binary 10111110 100010 1101110 0 1010010 101010 11001 101001011 1000110 101100

Color Harmonies of #BE226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE226E

Black with #BE226E

Text Example


Text Example

White with #BE226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE226E; }

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

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

background-color css

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

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

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

border-color css

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

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

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