Html Css Color HEX #BE66E6 Medium Orchid

📋 copy color: '#BE66E6'

red 190 ◦ green 102 ◦ blue 230

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

Shades of Medium Orchid #BE66E6

Tints of Medium Orchid #BE66E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 36.4%
G = 19.54%
B = 44.06%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE66E6 (or 0xBE66E6) is known color: Medium Orchid. HEX triplet: BE, 66 and E6. RGB value is (190,102,230). Sum of RGB (Red+Green+Blue) = 190+102+230=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66E6 is #419919. Grayscale: #8E8E8E. Windows color (decimal): -4299034 or 15099582. OLE color: 15099582.

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

Color convert

RGB 190 102 230 -
CMYK 0.17 0.56 0 0.10
HSL 281.25º 0.72% 0.65% -
HSV(B) 281.25º 0.56% 0.9% -
XYZ 40.27 26.16 77.79 -
YUV 142.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 190 102 230 0.17 0.56 0 0.10 281.25 0.72 0.65
Hex BE 66 E6 11 38 0 A 119 48 41
Octal 276 146 346 21 70 0 12 431 110 101
Binary 10111110 1100110 11100110 10001 111000 0 1010 100011001 1001000 1000001

Color Harmonies of #BE66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66E6

Black with #BE66E6

Text Example


Text Example

White with #BE66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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