Html Css Color HEX #BE66E0 Medium Orchid

📋 copy color: '#BE66E0'

red 190 ◦ green 102 ◦ blue 224

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

Shades of Medium Orchid #BE66E0

Tints of Medium Orchid #BE66E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 36.82%
G = 19.77%
B = 43.41%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE66E0 (or 0xBE66E0) is known color: Medium Orchid. HEX triplet: BE, 66 and E0. RGB value is (190,102,224). Sum of RGB (Red+Green+Blue) = 190+102+224=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE66E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66E0 is #41991F. Grayscale: #8D8D8D. Windows color (decimal): -4299040 or 14706366. OLE color: 14706366.

HSL color Cylindrical-coordinate representation of color #BE66E0: hue angle of 283.28º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE66E0 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 102 224 -
CMYK 0.15 0.54 0 0.12
HSL 283.28º 0.66% 0.64% -
HSV(B) 283.28º 0.54% 0.88% -
XYZ 39.44 25.83 73.43 -
YUV 142.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 190 102 224 0.15 0.54 0 0.12 283.28 0.66 0.64
Hex BE 66 E0 F 36 0 C 11B 42 40
Octal 276 146 340 17 66 0 14 433 102 100
Binary 10111110 1100110 11100000 1111 110110 0 1100 100011011 1000010 1000000

Color Harmonies of #BE66E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66E0

Black with #BE66E0

Text Example


Text Example

White with #BE66E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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