Html Css Color HEX #BE0DA6 Medium Violet Red

📋 copy color: '#BE0DA6'

red 190 ◦ green 13 ◦ blue 166

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

Shades of Medium Violet Red #BE0DA6

Tints of Medium Violet Red #BE0DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.52%

 BLUE value IS 166 (65.23% from 255) = 44.99%

R = 51.49%
G = 3.52%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE0DA6 (or 0xBE0DA6) is known color: Medium Violet Red. HEX triplet: BE, 0D and A6. RGB value is (190,13,166). Sum of RGB (Red+Green+Blue) = 190+13+166=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DA6 is #41F259. Grayscale: #525252. Windows color (decimal): -4321882 or 10882494. OLE color: 10882494.

HSL color Cylindrical-coordinate representation of color #BE0DA6: hue angle of 308.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DA6 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 13 166 -
CMYK 0 0.93 0.13 0.25
HSL 308.14º 0.87% 0.4% -
HSV(B) 308.14º 0.93% 0.75% -
XYZ 28.26 13.99 37.29 -
YUV 83.37 174.64 204.06 -
System Red Green Blue C M Y K H S L
Decimal 190 13 166 0 0.93 0.13 0.25 308.14 0.87 0.4
Hex BE D A6 0 5D D 19 134 57 28
Octal 276 15 246 0 135 15 31 464 127 50
Binary 10111110 1101 10100110 0 1011101 1101 11001 100110100 1010111 101000

Color Harmonies of #BE0DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DA6

Black with #BE0DA6

Text Example


Text Example

White with #BE0DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DA6; }

 p { color: rgb(190,13,166); }

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

background-color css

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

 a { background-color: rgb(190,13,166); }

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

border-color css

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

 span { border-color: rgb(190,13,166); }

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