Html Css Color HEX #BE65DF Medium Orchid

📋 copy color: '#BE65DF'

red 190 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #BE65DF

Tints of Medium Orchid #BE65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

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

R = 36.96%
G = 19.65%
B = 43.39%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE65DF (or 0xBE65DF) is known color: Medium Orchid. HEX triplet: BE, 65 and DF. RGB value is (190,101,223). Sum of RGB (Red+Green+Blue) = 190+101+223=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65DF is #419A20. Grayscale: #8D8D8D. Windows color (decimal): -4299297 or 14640574. OLE color: 14640574.

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

Color convert

RGB 190 101 223 -
CMYK 0.15 0.55 0 0.13
HSL 283.77º 0.66% 0.64% -
HSV(B) 283.77º 0.55% 0.87% -
XYZ 39.21 25.58 72.68 -
YUV 141.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 190 101 223 0.15 0.55 0 0.13 283.77 0.66 0.64
Hex BE 65 DF F 37 0 D 11C 42 40
Octal 276 145 337 17 67 0 15 434 102 100
Binary 10111110 1100101 11011111 1111 110111 0 1101 100011100 1000010 1000000

Color Harmonies of #BE65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65DF

Black with #BE65DF

Text Example


Text Example

White with #BE65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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