Html Css Color HEX #BE087A Medium Violet Red

📋 copy color: '#BE087A'

red 190 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #BE087A

Tints of Medium Violet Red #BE087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 59.38%
G = 2.5%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE087A (or 0xBE087A) is known color: Medium Violet Red. HEX triplet: BE, 08 and 7A. RGB value is (190,8,122). Sum of RGB (Red+Green+Blue) = 190+8+122=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE087A is #41F785. Grayscale: #4B4B4B. Windows color (decimal): -4323206 or 7997630. OLE color: 7997630.

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

Color convert

RGB 190 8 122 -
CMYK 0 0.96 0.36 0.25
HSL 322.42º 0.92% 0.39% -
HSV(B) 322.42º 0.96% 0.75% -
XYZ 24.83 12.53 19.52 -
YUV 75.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 190 8 122 0 0.96 0.36 0.25 322.42 0.92 0.39
Hex BE 8 7A 0 60 24 19 142 5C 27
Octal 276 10 172 0 140 44 31 502 134 47
Binary 10111110 1000 1111010 0 1100000 100100 11001 101000010 1011100 100111

Color Harmonies of #BE087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE087A

Black with #BE087A

Text Example


Text Example

White with #BE087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE087A; }

 p { color: rgb(190,8,122); }

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

background-color css

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

 a { background-color: rgb(190,8,122); }

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

border-color css

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

 span { border-color: rgb(190,8,122); }

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