Html Css Color HEX #BE286F Medium Red Violet

📋 copy color: '#BE286F'

red 190 ◦ green 40 ◦ blue 111

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

Shades of Medium Red Violet #BE286F

Tints of Medium Red Violet #BE286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 55.72%
G = 11.73%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE286F (or 0xBE286F) is known color: Medium Red Violet. HEX triplet: BE, 28 and 6F. RGB value is (190,40,111). Sum of RGB (Red+Green+Blue) = 190+40+111=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE286F is #41D790. Grayscale: #5C5C5C. Windows color (decimal): -4315025 or 7284926. OLE color: 7284926.

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

Color convert

RGB 190 40 111 -
CMYK 0 0.79 0.42 0.25
HSL 331.6º 0.65% 0.45% -
HSV(B) 331.6º 0.79% 0.75% -
XYZ 24.86 13.61 16.36 -
YUV 92.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 190 40 111 0 0.79 0.42 0.25 331.6 0.65 0.45
Hex BE 28 6F 0 4F 2A 19 14C 41 2D
Octal 276 50 157 0 117 52 31 514 101 55
Binary 10111110 101000 1101111 0 1001111 101010 11001 101001100 1000001 101101

Color Harmonies of #BE286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE286F

Black with #BE286F

Text Example


Text Example

White with #BE286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE286F; }

 p { color: rgb(190,40,111); }

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

background-color css

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

 a { background-color: rgb(190,40,111); }

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

border-color css

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

 span { border-color: rgb(190,40,111); }

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