Html Css Color HEX #BE66E5 Medium Orchid

📋 copy color: '#BE66E5'

red 190 ◦ green 102 ◦ blue 229

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

Shades of Medium Orchid #BE66E5

Tints of Medium Orchid #BE66E5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.58%

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 36.47%
G = 19.58%
B = 43.95%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE66E5 (or 0xBE66E5) is known color: Medium Orchid. HEX triplet: BE, 66 and E5. RGB value is (190,102,229). Sum of RGB (Red+Green+Blue) = 190+102+229=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66E5 is #41991A. Grayscale: #8E8E8E. Windows color (decimal): -4299035 or 15034046. OLE color: 15034046.

HSL color Cylindrical-coordinate representation of color #BE66E5: hue angle of 281.57º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE66E5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 102 229 -
CMYK 0.17 0.55 0 0.10
HSL 281.57º 0.71% 0.65% -
HSV(B) 281.57º 0.55% 0.9% -
XYZ 40.13 26.11 77.05 -
YUV 142.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 190 102 229 0.17 0.55 0 0.10 281.57 0.71 0.65
Hex BE 66 E5 11 37 0 A 11A 47 41
Octal 276 146 345 21 67 0 12 432 107 101
Binary 10111110 1100110 11100101 10001 110111 0 1010 100011010 1000111 1000001

Color Harmonies of #BE66E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66E5

Black with #BE66E5

Text Example


Text Example

White with #BE66E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66E5; }

 p { color: rgb(190,102,229); }

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

background-color css

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

 a { background-color: rgb(190,102,229); }

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

border-color css

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

 span { border-color: rgb(190,102,229); }

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