Html Css Color HEX #BE258F Medium Red Violet

📋 copy color: '#BE258F'

red 190 ◦ green 37 ◦ blue 143

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

Shades of Medium Red Violet #BE258F

Tints of Medium Red Violet #BE258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 51.35%
G = 10%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE258F (or 0xBE258F) is known color: Medium Red Violet. HEX triplet: BE, 25 and 8F. RGB value is (190,37,143). Sum of RGB (Red+Green+Blue) = 190+37+143=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE258F is #41DA70. Grayscale: #5E5E5E. Windows color (decimal): -4315761 or 9381310. OLE color: 9381310.

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

Color convert

RGB 190 37 143 -
CMYK 0 0.81 0.25 0.25
HSL 318.43º 0.67% 0.45% -
HSV(B) 318.43º 0.81% 0.75% -
XYZ 26.85 14.25 27.32 -
YUV 94.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 190 37 143 0 0.81 0.25 0.25 318.43 0.67 0.45
Hex BE 25 8F 0 51 19 19 13E 43 2D
Octal 276 45 217 0 121 31 31 476 103 55
Binary 10111110 100101 10001111 0 1010001 11001 11001 100111110 1000011 101101

Color Harmonies of #BE258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE258F

Black with #BE258F

Text Example


Text Example

White with #BE258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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