Html Css Color HEX #BE46DC Medium Orchid

📋 copy color: '#BE46DC'

red 190 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #BE46DC

Tints of Medium Orchid #BE46DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 39.58%
G = 14.58%
B = 45.83%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE46DC (or 0xBE46DC) is known color: Medium Orchid. HEX triplet: BE, 46 and DC. RGB value is (190,70,220). Sum of RGB (Red+Green+Blue) = 190+70+220=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46DC is #41B923. Grayscale: #7A7A7A. Windows color (decimal): -4307236 or 14436030. OLE color: 14436030.

HSL color Cylindrical-coordinate representation of color #BE46DC: hue angle of 288º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE46DC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 70 220 -
CMYK 0.14 0.68 0 0.14
HSL 288º 0.68% 0.57% -
HSV(B) 288º 0.68% 0.86% -
XYZ 36.34 20.49 69.75 -
YUV 122.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 190 70 220 0.14 0.68 0 0.14 288 0.68 0.57
Hex BE 46 DC E 44 0 E 120 44 39
Octal 276 106 334 16 104 0 16 440 104 71
Binary 10111110 1000110 11011100 1110 1000100 0 1110 100100000 1000100 111001

Color Harmonies of #BE46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46DC

Black with #BE46DC

Text Example


Text Example

White with #BE46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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