Html Css Color HEX #BE66F3 Medium Orchid

📋 copy color: '#BE66F3'

red 190 ◦ green 102 ◦ blue 243

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

Shades of Medium Orchid #BE66F3

Tints of Medium Orchid #BE66F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.42%

R = 35.51%
G = 19.07%
B = 45.42%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE66F3 (or 0xBE66F3) is known color: Medium Orchid. HEX triplet: BE, 66 and F3. RGB value is (190,102,243). Sum of RGB (Red+Green+Blue) = 190+102+243=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66F3 is #41990C. Grayscale: #8F8F8F. Windows color (decimal): -4299021 or 15951550. OLE color: 15951550.

HSL color Cylindrical-coordinate representation of color #BE66F3: hue angle of 277.45º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE66F3 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 102 243 -
CMYK 0.22 0.58 0 0.05
HSL 277.45º 0.85% 0.68% -
HSV(B) 277.45º 0.58% 0.95% -
XYZ 42.16 26.92 87.77 -
YUV 144.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 190 102 243 0.22 0.58 0 0.05 277.45 0.85 0.68
Hex BE 66 F3 16 3A 0 5 115 55 44
Octal 276 146 363 26 72 0 5 425 125 104
Binary 10111110 1100110 11110011 10110 111010 0 101 100010101 1010101 1000100

Color Harmonies of #BE66F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66F3

Black with #BE66F3

Text Example


Text Example

White with #BE66F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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