Html Css Color HEX #BE25A8 Medium Red Violet

📋 copy color: '#BE25A8'

red 190 ◦ green 37 ◦ blue 168

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

Shades of Medium Red Violet #BE25A8

Tints of Medium Red Violet #BE25A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 48.1%
G = 9.37%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE25A8 (or 0xBE25A8) is known color: Medium Red Violet. HEX triplet: BE, 25 and A8. RGB value is (190,37,168). Sum of RGB (Red+Green+Blue) = 190+37+168=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE25A8 is #41DA57. Grayscale: #616161. Windows color (decimal): -4315736 or 11019710. OLE color: 11019710.

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

Color convert

RGB 190 37 168 -
CMYK 0 0.81 0.12 0.25
HSL 308.63º 0.67% 0.45% -
HSV(B) 308.63º 0.81% 0.75% -
XYZ 28.96 15.1 38.43 -
YUV 97.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 190 37 168 0 0.81 0.12 0.25 308.63 0.67 0.45
Hex BE 25 A8 0 51 C 19 135 43 2D
Octal 276 45 250 0 121 14 31 465 103 55
Binary 10111110 100101 10101000 0 1010001 1100 11001 100110101 1000011 101101

Color Harmonies of #BE25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25A8

Black with #BE25A8

Text Example


Text Example

White with #BE25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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