Html Css Color HEX #BE2268 Medium Red Violet

📋 copy color: '#BE2268'

red 190 ◦ green 34 ◦ blue 104

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

Shades of Medium Red Violet #BE2268

Tints of Medium Red Violet #BE2268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 57.93%
G = 10.37%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE2268 (or 0xBE2268) is known color: Medium Red Violet. HEX triplet: BE, 22 and 68. RGB value is (190,34,104). Sum of RGB (Red+Green+Blue) = 190+34+104=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2268 is #41DD97. Grayscale: #585858. Windows color (decimal): -4316568 or 6824638. OLE color: 6824638.

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

Color convert

RGB 190 34 104 -
CMYK 0 0.82 0.45 0.25
HSL 333.08º 0.7% 0.44% -
HSV(B) 333.08º 0.82% 0.75% -
XYZ 24.31 13.09 14.34 -
YUV 88.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 190 34 104 0 0.82 0.45 0.25 333.08 0.7 0.44
Hex BE 22 68 0 52 2D 19 14D 46 2C
Octal 276 42 150 0 122 55 31 515 106 54
Binary 10111110 100010 1101000 0 1010010 101101 11001 101001101 1000110 101100

Color Harmonies of #BE2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2268

Black with #BE2268

Text Example


Text Example

White with #BE2268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2268; }

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

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

background-color css

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

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

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

border-color css

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

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

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