Html Css Color HEX #BE069C Medium Violet Red

📋 copy color: '#BE069C'

red 190 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #BE069C

Tints of Medium Violet Red #BE069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 53.98%
G = 1.7%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE069C (or 0xBE069C) is known color: Medium Violet Red. HEX triplet: BE, 06 and 9C. RGB value is (190,6,156). Sum of RGB (Red+Green+Blue) = 190+6+156=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE069C is #41F963. Grayscale: #4D4D4D. Windows color (decimal): -4323684 or 10225342. OLE color: 10225342.

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

Color convert

RGB 190 6 156 -
CMYK 0 0.97 0.18 0.25
HSL 311.09º 0.94% 0.38% -
HSV(B) 311.09º 0.97% 0.75% -
XYZ 27.3 13.48 32.62 -
YUV 78.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 190 6 156 0 0.97 0.18 0.25 311.09 0.94 0.38
Hex BE 6 9C 0 61 12 19 137 5E 26
Octal 276 6 234 0 141 22 31 467 136 46
Binary 10111110 110 10011100 0 1100001 10010 11001 100110111 1011110 100110

Color Harmonies of #BE069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE069C

Black with #BE069C

Text Example


Text Example

White with #BE069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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