Html Css Color HEX #BE256B Medium Red Violet

📋 copy color: '#BE256B'

red 190 ◦ green 37 ◦ blue 107

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

Shades of Medium Red Violet #BE256B

Tints of Medium Red Violet #BE256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 56.89%
G = 11.08%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE256B (or 0xBE256B) is known color: Medium Red Violet. HEX triplet: BE, 25 and 6B. RGB value is (190,37,107). Sum of RGB (Red+Green+Blue) = 190+37+107=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE256B is #41DA94. Grayscale: #5A5A5A. Windows color (decimal): -4315797 or 7022014. OLE color: 7022014.

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

Color convert

RGB 190 37 107 -
CMYK 0 0.81 0.44 0.25
HSL 332.55º 0.67% 0.45% -
HSV(B) 332.55º 0.81% 0.75% -
XYZ 24.55 13.33 15.19 -
YUV 90.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 190 37 107 0 0.81 0.44 0.25 332.55 0.67 0.45
Hex BE 25 6B 0 51 2C 19 14D 43 2D
Octal 276 45 153 0 121 54 31 515 103 55
Binary 10111110 100101 1101011 0 1010001 101100 11001 101001101 1000011 101101

Color Harmonies of #BE256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE256B

Black with #BE256B

Text Example


Text Example

White with #BE256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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