Html Css Color HEX #BE069E Medium Violet Red

📋 copy color: '#BE069E'

red 190 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #BE069E

Tints of Medium Violet Red #BE069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 53.67%
G = 1.69%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE069E (or 0xBE069E) is known color: Medium Violet Red. HEX triplet: BE, 06 and 9E. RGB value is (190,6,158). Sum of RGB (Red+Green+Blue) = 190+6+158=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE069E is #41F961. Grayscale: #4D4D4D. Windows color (decimal): -4323682 or 10356414. OLE color: 10356414.

HSL color Cylindrical-coordinate representation of color #BE069E: hue angle of 310.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE069E is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 6 158 -
CMYK 0 0.97 0.17 0.25
HSL 310.43º 0.94% 0.38% -
HSV(B) 310.43º 0.97% 0.75% -
XYZ 27.47 13.55 33.51 -
YUV 78.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 190 6 158 0 0.97 0.17 0.25 310.43 0.94 0.38
Hex BE 6 9E 0 61 11 19 136 5E 26
Octal 276 6 236 0 141 21 31 466 136 46
Binary 10111110 110 10011110 0 1100001 10001 11001 100110110 1011110 100110

Color Harmonies of #BE069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE069E

Black with #BE069E

Text Example


Text Example

White with #BE069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE069E; }

 p { color: rgb(190,6,158); }

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

background-color css

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

 a { background-color: rgb(190,6,158); }

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

border-color css

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

 span { border-color: rgb(190,6,158); }

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