Html Css Color HEX #BE2469 Medium Red Violet

📋 copy color: '#BE2469'

red 190 ◦ green 36 ◦ blue 105

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

Shades of Medium Red Violet #BE2469

Tints of Medium Red Violet #BE2469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

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

R = 57.4%
G = 10.88%
B = 31.72%

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

#BE2469 (or 0xBE2469) is known color: Medium Red Violet. HEX triplet: BE, 24 and 69. RGB value is (190,36,105). Sum of RGB (Red+Green+Blue) = 190+36+105=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2469 is #41DB96. Grayscale: #595959. Windows color (decimal): -4316055 or 6890686. OLE color: 6890686.

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

Color convert

RGB 190 36 105 -
CMYK 0 0.81 0.45 0.25
HSL 333.12º 0.68% 0.44% -
HSV(B) 333.12º 0.81% 0.75% -
XYZ 24.42 13.23 14.63 -
YUV 89.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 190 36 105 0 0.81 0.45 0.25 333.12 0.68 0.44
Hex BE 24 69 0 51 2D 19 14D 44 2C
Octal 276 44 151 0 121 55 31 515 104 54
Binary 10111110 100100 1101001 0 1010001 101101 11001 101001101 1000100 101100

Color Harmonies of #BE2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2469

Black with #BE2469

Text Example


Text Example

White with #BE2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2469; }

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

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

background-color css

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

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

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

border-color css

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

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

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