Html Css Color HEX #BE256F Medium Red Violet

📋 copy color: '#BE256F'

red 190 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #BE256F

Tints of Medium Red Violet #BE256F

RGB

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

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

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

R = 56.21%
G = 10.95%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE256F (or 0xBE256F) is known color: Medium Red Violet. HEX triplet: BE, 25 and 6F. RGB value is (190,37,111). Sum of RGB (Red+Green+Blue) = 190+37+111=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE256F is #41DA90. Grayscale: #5B5B5B. Windows color (decimal): -4315793 or 7284158. OLE color: 7284158.

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

Color convert

RGB 190 37 111 -
CMYK 0 0.81 0.42 0.25
HSL 330.98º 0.67% 0.45% -
HSV(B) 330.98º 0.81% 0.75% -
XYZ 24.77 13.42 16.32 -
YUV 91.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 190 37 111 0 0.81 0.42 0.25 330.98 0.67 0.45
Hex BE 25 6F 0 51 2A 19 14B 43 2D
Octal 276 45 157 0 121 52 31 513 103 55
Binary 10111110 100101 1101111 0 1010001 101010 11001 101001011 1000011 101101

Color Harmonies of #BE256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE256F

Black with #BE256F

Text Example


Text Example

White with #BE256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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