Html Css Color HEX #BE2569 Medium Red Violet

📋 copy color: '#BE2569'

red 190 ◦ green 37 ◦ blue 105

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

Shades of Medium Red Violet #BE2569

Tints of Medium Red Violet #BE2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 57.23%
G = 11.14%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE2569 (or 0xBE2569) is known color: Medium Red Violet. HEX triplet: BE, 25 and 69. RGB value is (190,37,105). Sum of RGB (Red+Green+Blue) = 190+37+105=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2569 is #41DA96. Grayscale: #5A5A5A. Windows color (decimal): -4315799 or 6890942. OLE color: 6890942.

HSL color Cylindrical-coordinate representation of color #BE2569: hue angle of 333.33º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2569 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 37 105 -
CMYK 0 0.81 0.45 0.25
HSL 333.33º 0.67% 0.45% -
HSV(B) 333.33º 0.81% 0.75% -
XYZ 24.45 13.29 14.64 -
YUV 90.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 190 37 105 0 0.81 0.45 0.25 333.33 0.67 0.45
Hex BE 25 69 0 51 2D 19 14D 43 2D
Octal 276 45 151 0 121 55 31 515 103 55
Binary 10111110 100101 1101001 0 1010001 101101 11001 101001101 1000011 101101

Color Harmonies of #BE2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2569

Black with #BE2569

Text Example


Text Example

White with #BE2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2569; }

 p { color: rgb(190,37,105); }

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

background-color css

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

 a { background-color: rgb(190,37,105); }

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

border-color css

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

 span { border-color: rgb(190,37,105); }

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