Html Css Color HEX #BE009C Medium Violet Red

📋 copy color: '#BE009C'

red 190 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #BE009C

Tints of Medium Violet Red #BE009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.91%
G = 0%
B = 45.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE009C (or 0xBE009C) is known color: Medium Violet Red. HEX triplet: BE, 00 and 9C. RGB value is (190,0,156). Sum of RGB (Red+Green+Blue) = 190+0+156=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE009C is #41FF63. Grayscale: #4A4A4A. Windows color (decimal): -4325220 or 10223806. OLE color: 10223806.

HSL color Cylindrical-coordinate representation of color #BE009C: hue angle of 310.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE009C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 156 -
CMYK 0 1 0.18 0.25
HSL 310.74º 1% 0.37% -
HSV(B) 310.74º 1% 0.75% -
XYZ 27.24 13.35 32.59 -
YUV 74.59 173.95 210.32 -
System Red Green Blue C M Y K H S L
Decimal 190 0 156 0 1 0.18 0.25 310.74 1 0.37
Hex BE 0 9C 0 64 12 19 137 64 25
Octal 276 0 234 0 144 22 31 467 144 45
Binary 10111110 0 10011100 0 1100100 10010 11001 100110111 1100100 100101

Color Harmonies of #BE009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE009C

Black with #BE009C

Text Example


Text Example

White with #BE009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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