Html Css Color HEX #BE60CE Medium Orchid

📋 copy color: '#BE60CE'

red 190 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #BE60CE

Tints of Medium Orchid #BE60CE

RGB

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

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

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

R = 38.62%
G = 19.51%
B = 41.87%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE60CE (or 0xBE60CE) is known color: Medium Orchid. HEX triplet: BE, 60 and CE. RGB value is (190,96,206). Sum of RGB (Red+Green+Blue) = 190+96+206=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60CE is #419F31. Grayscale: #888888. Windows color (decimal): -4300594 or 13525182. OLE color: 13525182.

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

Color convert

RGB 190 96 206 -
CMYK 0.08 0.53 0 0.19
HSL 291.27º 0.53% 0.59% -
HSV(B) 291.27º 0.53% 0.81% -
XYZ 36.56 23.77 61.05 -
YUV 136.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 190 96 206 0.08 0.53 0 0.19 291.27 0.53 0.59
Hex BE 60 CE 8 35 0 13 123 35 3B
Octal 276 140 316 10 65 0 23 443 65 73
Binary 10111110 1100000 11001110 1000 110101 0 10011 100100011 110101 111011

Color Harmonies of #BE60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60CE

Black with #BE60CE

Text Example


Text Example

White with #BE60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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