Html Css Color HEX #BE46CE Medium Orchid

📋 copy color: '#BE46CE'

red 190 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #BE46CE

Tints of Medium Orchid #BE46CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.02%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 40.77%
G = 15.02%
B = 44.21%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE46CE (or 0xBE46CE) is known color: Medium Orchid. HEX triplet: BE, 46 and CE. RGB value is (190,70,206). Sum of RGB (Red+Green+Blue) = 190+70+206=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46CE is #41B931. Grayscale: #787878. Windows color (decimal): -4307250 or 13518526. OLE color: 13518526.

HSL color Cylindrical-coordinate representation of color #BE46CE: hue angle of 292.94º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE46CE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 70 206 -
CMYK 0.08 0.66 0 0.19
HSL 292.94º 0.58% 0.54% -
HSV(B) 292.94º 0.66% 0.81% -
XYZ 34.57 19.78 60.39 -
YUV 121.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 190 70 206 0.08 0.66 0 0.19 292.94 0.58 0.54
Hex BE 46 CE 8 42 0 13 125 3A 36
Octal 276 106 316 10 102 0 23 445 72 66
Binary 10111110 1000110 11001110 1000 1000010 0 10011 100100101 111010 110110

Color Harmonies of #BE46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46CE

Black with #BE46CE

Text Example


Text Example

White with #BE46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46CE; }

 p { color: rgb(190,70,206); }

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

background-color css

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

 a { background-color: rgb(190,70,206); }

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

border-color css

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

 span { border-color: rgb(190,70,206); }

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