Html Css Color HEX #BE60E9 Medium Orchid

📋 copy color: '#BE60E9'

red 190 ◦ green 96 ◦ blue 233

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

Shades of Medium Orchid #BE60E9

Tints of Medium Orchid #BE60E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.89%

R = 36.61%
G = 18.5%
B = 44.89%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE60E9 (or 0xBE60E9) is known color: Medium Orchid. HEX triplet: BE, 60 and E9. RGB value is (190,96,233). Sum of RGB (Red+Green+Blue) = 190+96+233=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE60E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE60E9 is #419F16. Grayscale: #8B8B8B. Windows color (decimal): -4300567 or 15294654. OLE color: 15294654.

HSL color Cylindrical-coordinate representation of color #BE60E9: hue angle of 281.17º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE60E9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 96 233 -
CMYK 0.18 0.59 0 0.09
HSL 281.17º 0.76% 0.65% -
HSV(B) 281.17º 0.59% 0.91% -
XYZ 40.13 25.2 79.84 -
YUV 139.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 190 96 233 0.18 0.59 0 0.09 281.17 0.76 0.65
Hex BE 60 E9 12 3B 0 9 119 4C 41
Octal 276 140 351 22 73 0 11 431 114 101
Binary 10111110 1100000 11101001 10010 111011 0 1001 100011001 1001100 1000001

Color Harmonies of #BE60E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60E9

Black with #BE60E9

Text Example


Text Example

White with #BE60E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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