Html Css Color HEX #BE68DF Medium Orchid

📋 copy color: '#BE68DF'

red 190 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #BE68DF

Tints of Medium Orchid #BE68DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.12%

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 36.75%
G = 20.12%
B = 43.13%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE68DF (or 0xBE68DF) is known color: Medium Orchid. HEX triplet: BE, 68 and DF. RGB value is (190,104,223). Sum of RGB (Red+Green+Blue) = 190+104+223=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68DF is #419720. Grayscale: #8E8E8E. Windows color (decimal): -4298529 or 14641342. OLE color: 14641342.

HSL color Cylindrical-coordinate representation of color #BE68DF: hue angle of 283.36º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE68DF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 104 223 -
CMYK 0.15 0.53 0 0.13
HSL 283.36º 0.65% 0.64% -
HSV(B) 283.36º 0.53% 0.87% -
XYZ 39.5 26.18 72.78 -
YUV 143.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 190 104 223 0.15 0.53 0 0.13 283.36 0.65 0.64
Hex BE 68 DF F 35 0 D 11B 41 40
Octal 276 150 337 17 65 0 15 433 101 100
Binary 10111110 1101000 11011111 1111 110101 0 1101 100011011 1000001 1000000

Color Harmonies of #BE68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68DF

Black with #BE68DF

Text Example


Text Example

White with #BE68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68DF; }

 p { color: rgb(190,104,223); }

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

background-color css

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

 a { background-color: rgb(190,104,223); }

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

border-color css

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

 span { border-color: rgb(190,104,223); }

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