Html Css Color HEX #BE096D Medium Violet Red

📋 copy color: '#BE096D'

red 190 ◦ green 9 ◦ blue 109

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

Shades of Medium Violet Red #BE096D

Tints of Medium Violet Red #BE096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 61.69%
G = 2.92%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE096D (or 0xBE096D) is known color: Medium Violet Red. HEX triplet: BE, 09 and 6D. RGB value is (190,9,109). Sum of RGB (Red+Green+Blue) = 190+9+109=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE096D is #41F692. Grayscale: #4A4A4A. Windows color (decimal): -4322963 or 7145918. OLE color: 7145918.

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

Color convert

RGB 190 9 109 -
CMYK 0 0.95 0.43 0.25
HSL 326.85º 0.91% 0.39% -
HSV(B) 326.85º 0.95% 0.75% -
XYZ 24.09 12.25 15.56 -
YUV 74.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 190 9 109 0 0.95 0.43 0.25 326.85 0.91 0.39
Hex BE 9 6D 0 5F 2B 19 147 5B 27
Octal 276 11 155 0 137 53 31 507 133 47
Binary 10111110 1001 1101101 0 1011111 101011 11001 101000111 1011011 100111

Color Harmonies of #BE096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE096D

Black with #BE096D

Text Example


Text Example

White with #BE096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE096D; }

 p { color: rgb(190,9,109); }

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

background-color css

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

 a { background-color: rgb(190,9,109); }

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

border-color css

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

 span { border-color: rgb(190,9,109); }

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