Html Css Color HEX #BE66ED Medium Orchid

📋 copy color: '#BE66ED'

red 190 ◦ green 102 ◦ blue 237

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

Shades of Medium Orchid #BE66ED

Tints of Medium Orchid #BE66ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 35.92%
G = 19.28%
B = 44.8%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE66ED (or 0xBE66ED) is known color: Medium Orchid. HEX triplet: BE, 66 and ED. RGB value is (190,102,237). Sum of RGB (Red+Green+Blue) = 190+102+237=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66ED is #419912. Grayscale: #8F8F8F. Windows color (decimal): -4299027 or 15558334. OLE color: 15558334.

HSL color Cylindrical-coordinate representation of color #BE66ED: hue angle of 279.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE66ED is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 102 237 -
CMYK 0.20 0.57 0 0.07
HSL 279.11º 0.79% 0.66% -
HSV(B) 279.11º 0.57% 0.93% -
XYZ 41.27 26.56 83.07 -
YUV 143.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 190 102 237 0.20 0.57 0 0.07 279.11 0.79 0.66
Hex BE 66 ED 14 39 0 7 117 4F 42
Octal 276 146 355 24 71 0 7 427 117 102
Binary 10111110 1100110 11101101 10100 111001 0 111 100010111 1001111 1000010

Color Harmonies of #BE66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66ED

Black with #BE66ED

Text Example


Text Example

White with #BE66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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