Html Css Color HEX #BE60EE Medium Orchid

📋 copy color: '#BE60EE'

red 190 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #BE60EE

Tints of Medium Orchid #BE60EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 36.26%
G = 18.32%
B = 45.42%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE60EE (or 0xBE60EE) is known color: Medium Orchid. HEX triplet: BE, 60 and EE. RGB value is (190,96,238). Sum of RGB (Red+Green+Blue) = 190+96+238=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE60EE is #419F11. Grayscale: #8B8B8B. Windows color (decimal): -4300562 or 15622334. OLE color: 15622334.

HSL color Cylindrical-coordinate representation of color #BE60EE: hue angle of 279.72º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE60EE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 96 238 -
CMYK 0.20 0.60 0 0.07
HSL 279.72º 0.81% 0.65% -
HSV(B) 279.72º 0.6% 0.93% -
XYZ 40.85 25.49 83.66 -
YUV 140.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 190 96 238 0.20 0.60 0 0.07 279.72 0.81 0.65
Hex BE 60 EE 14 3C 0 7 118 51 41
Octal 276 140 356 24 74 0 7 430 121 101
Binary 10111110 1100000 11101110 10100 111100 0 111 100011000 1010001 1000001

Color Harmonies of #BE60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60EE

Black with #BE60EE

Text Example


Text Example

White with #BE60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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