Html Css Color HEX #BE66F2 Medium Orchid

📋 copy color: '#BE66F2'

red 190 ◦ green 102 ◦ blue 242

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

Shades of Medium Orchid #BE66F2

Tints of Medium Orchid #BE66F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 35.58%
G = 19.1%
B = 45.32%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE66F2 (or 0xBE66F2) is known color: Medium Orchid. HEX triplet: BE, 66 and F2. RGB value is (190,102,242). Sum of RGB (Red+Green+Blue) = 190+102+242=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66F2 is #41990D. Grayscale: #8F8F8F. Windows color (decimal): -4299022 or 15886014. OLE color: 15886014.

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

Color convert

RGB 190 102 242 -
CMYK 0.21 0.58 0 0.05
HSL 277.71º 0.84% 0.67% -
HSV(B) 277.71º 0.58% 0.95% -
XYZ 42.01 26.86 86.97 -
YUV 144.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 190 102 242 0.21 0.58 0 0.05 277.71 0.84 0.67
Hex BE 66 F2 15 3A 0 5 116 54 43
Octal 276 146 362 25 72 0 5 426 124 103
Binary 10111110 1100110 11110010 10101 111010 0 101 100010110 1010100 1000011

Color Harmonies of #BE66F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66F2

Black with #BE66F2

Text Example


Text Example

White with #BE66F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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