Html Css Color HEX #BE66DB Medium Orchid

📋 copy color: '#BE66DB'

red 190 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #BE66DB

Tints of Medium Orchid #BE66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 37.18%
G = 19.96%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE66DB (or 0xBE66DB) is known color: Medium Orchid. HEX triplet: BE, 66 and DB. RGB value is (190,102,219). Sum of RGB (Red+Green+Blue) = 190+102+219=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66DB is #419924. Grayscale: #8D8D8D. Windows color (decimal): -4299045 or 14378686. OLE color: 14378686.

HSL color Cylindrical-coordinate representation of color #BE66DB: hue angle of 285.13º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE66DB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 102 219 -
CMYK 0.13 0.53 0 0.14
HSL 285.13º 0.62% 0.63% -
HSV(B) 285.13º 0.53% 0.86% -
XYZ 38.77 25.56 69.91 -
YUV 141.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 190 102 219 0.13 0.53 0 0.14 285.13 0.62 0.63
Hex BE 66 DB D 35 0 E 11D 3E 3F
Octal 276 146 333 15 65 0 16 435 76 77
Binary 10111110 1100110 11011011 1101 110101 0 1110 100011101 111110 111111

Color Harmonies of #BE66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66DB

Black with #BE66DB

Text Example


Text Example

White with #BE66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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