Html Css Color HEX #BE0FA5 Medium Violet Red

📋 copy color: '#BE0FA5'

red 190 ◦ green 15 ◦ blue 165

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

Shades of Medium Violet Red #BE0FA5

Tints of Medium Violet Red #BE0FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.05%

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 51.35%
G = 4.05%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE0FA5 (or 0xBE0FA5) is known color: Medium Violet Red. HEX triplet: BE, 0F and A5. RGB value is (190,15,165). Sum of RGB (Red+Green+Blue) = 190+15+165=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FA5 is #41F05A. Grayscale: #545454. Windows color (decimal): -4321371 or 10817470. OLE color: 10817470.

HSL color Cylindrical-coordinate representation of color #BE0FA5: hue angle of 308.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 15 165 -
CMYK 0 0.92 0.13 0.25
HSL 308.57º 0.85% 0.4% -
HSV(B) 308.57º 0.92% 0.75% -
XYZ 28.2 14.01 36.81 -
YUV 84.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 190 15 165 0 0.92 0.13 0.25 308.57 0.85 0.4
Hex BE F A5 0 5C D 19 135 55 28
Octal 276 17 245 0 134 15 31 465 125 50
Binary 10111110 1111 10100101 0 1011100 1101 11001 100110101 1010101 101000

Color Harmonies of #BE0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FA5

Black with #BE0FA5

Text Example


Text Example

White with #BE0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FA5; }

 p { color: rgb(190,15,165); }

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

background-color css

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

 a { background-color: rgb(190,15,165); }

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

border-color css

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

 span { border-color: rgb(190,15,165); }

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