Html Css Color HEX #BE069A Medium Violet Red

📋 copy color: '#BE069A'

red 190 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #BE069A

Tints of Medium Violet Red #BE069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44%

R = 54.29%
G = 1.71%
B = 44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE069A (or 0xBE069A) is known color: Medium Violet Red. HEX triplet: BE, 06 and 9A. RGB value is (190,6,154). Sum of RGB (Red+Green+Blue) = 190+6+154=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE069A is #41F965. Grayscale: #4D4D4D. Windows color (decimal): -4323686 or 10094270. OLE color: 10094270.

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

Color convert

RGB 190 6 154 -
CMYK 0 0.97 0.19 0.25
HSL 311.74º 0.94% 0.38% -
HSV(B) 311.74º 0.97% 0.75% -
XYZ 27.13 13.41 31.73 -
YUV 77.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 190 6 154 0 0.97 0.19 0.25 311.74 0.94 0.38
Hex BE 6 9A 0 61 13 19 138 5E 26
Octal 276 6 232 0 141 23 31 470 136 46
Binary 10111110 110 10011010 0 1100001 10011 11001 100111000 1011110 100110

Color Harmonies of #BE069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE069A

Black with #BE069A

Text Example


Text Example

White with #BE069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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