Html Css Color HEX #BE68F0 Medium Orchid

📋 copy color: '#BE68F0'

red 190 ◦ green 104 ◦ blue 240

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

Shades of Medium Orchid #BE68F0

Tints of Medium Orchid #BE68F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 35.58%
G = 19.48%
B = 44.94%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE68F0 (or 0xBE68F0) is known color: Medium Orchid. HEX triplet: BE, 68 and F0. RGB value is (190,104,240). Sum of RGB (Red+Green+Blue) = 190+104+240=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68F0 is #41970F. Grayscale: #909090. Windows color (decimal): -4298512 or 15755454. OLE color: 15755454.

HSL color Cylindrical-coordinate representation of color #BE68F0: hue angle of 277.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE68F0 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 104 240 -
CMYK 0.21 0.57 0 0.06
HSL 277.94º 0.82% 0.67% -
HSV(B) 277.94º 0.57% 0.94% -
XYZ 41.91 27.14 85.47 -
YUV 145.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 190 104 240 0.21 0.57 0 0.06 277.94 0.82 0.67
Hex BE 68 F0 15 39 0 6 116 52 43
Octal 276 150 360 25 71 0 6 426 122 103
Binary 10111110 1101000 11110000 10101 111001 0 110 100010110 1010010 1000011

Color Harmonies of #BE68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68F0

Black with #BE68F0

Text Example


Text Example

White with #BE68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68F0; }

 p { color: rgb(190,104,240); }

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

background-color css

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

 a { background-color: rgb(190,104,240); }

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

border-color css

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

 span { border-color: rgb(190,104,240); }

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