Html Css Color HEX #BE60DF Medium Orchid

📋 copy color: '#BE60DF'

red 190 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #BE60DF

Tints of Medium Orchid #BE60DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.86%

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

R = 37.33%
G = 18.86%
B = 43.81%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE60DF (or 0xBE60DF) is known color: Medium Orchid. HEX triplet: BE, 60 and DF. RGB value is (190,96,223). Sum of RGB (Red+Green+Blue) = 190+96+223=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60DF is #419F20. Grayscale: #8A8A8A. Windows color (decimal): -4300577 or 14639294. OLE color: 14639294.

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

Color convert

RGB 190 96 223 -
CMYK 0.15 0.57 0 0.13
HSL 284.41º 0.66% 0.63% -
HSV(B) 284.41º 0.57% 0.87% -
XYZ 38.74 24.64 72.53 -
YUV 138.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 190 96 223 0.15 0.57 0 0.13 284.41 0.66 0.63
Hex BE 60 DF F 39 0 D 11C 42 3F
Octal 276 140 337 17 71 0 15 434 102 77
Binary 10111110 1100000 11011111 1111 111001 0 1101 100011100 1000010 111111

Color Harmonies of #BE60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60DF

Black with #BE60DF

Text Example


Text Example

White with #BE60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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