Html Css Color HEX #BE2385 Medium Red Violet

📋 copy color: '#BE2385'

red 190 ◦ green 35 ◦ blue 133

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

Shades of Medium Red Violet #BE2385

Tints of Medium Red Violet #BE2385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 53.07%
G = 9.78%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE2385 (or 0xBE2385) is known color: Medium Red Violet. HEX triplet: BE, 23 and 85. RGB value is (190,35,133). Sum of RGB (Red+Green+Blue) = 190+35+133=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2385 is #41DC7A. Grayscale: #5C5C5C. Windows color (decimal): -4316283 or 8725438. OLE color: 8725438.

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

Color convert

RGB 190 35 133 -
CMYK 0 0.82 0.3 0.25
HSL 322.06º 0.69% 0.44% -
HSV(B) 322.06º 0.82% 0.75% -
XYZ 26.07 13.84 23.49 -
YUV 92.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 190 35 133 0 0.82 0.3 0.25 322.06 0.69 0.44
Hex BE 23 85 0 52 1E 19 142 45 2C
Octal 276 43 205 0 122 36 31 502 105 54
Binary 10111110 100011 10000101 0 1010010 11110 11001 101000010 1000101 101100

Color Harmonies of #BE2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2385

Black with #BE2385

Text Example


Text Example

White with #BE2385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2385; }

 p { color: rgb(190,35,133); }

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

background-color css

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

 a { background-color: rgb(190,35,133); }

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

border-color css

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

 span { border-color: rgb(190,35,133); }

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