Html Css Color HEX #BE56F8 Medium Orchid

📋 copy color: '#BE56F8'

red 190 ◦ green 86 ◦ blue 248

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

Shades of Medium Orchid #BE56F8

Tints of Medium Orchid #BE56F8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.41%

 BLUE value IS 248 (97.27% from 255) = 47.33%

R = 36.26%
G = 16.41%
B = 47.33%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BE56F8 (or 0xBE56F8) is known color: Medium Orchid. HEX triplet: BE, 56 and F8. RGB value is (190,86,248). Sum of RGB (Red+Green+Blue) = 190+86+248=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE56F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE56F8 is #41A907. Grayscale: #878787. Windows color (decimal): -4303112 or 16275134. OLE color: 16275134.

HSL color Cylindrical-coordinate representation of color #BE56F8: hue angle of 278.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE56F8 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 86 248 -
CMYK 0.23 0.65 0 0.03
HSL 278.52º 0.92% 0.65% -
HSV(B) 278.52º 0.65% 0.97% -
XYZ 41.51 24.38 91.33 -
YUV 135.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 190 86 248 0.23 0.65 0 0.03 278.52 0.92 0.65
Hex BE 56 F8 17 41 0 3 117 5C 41
Octal 276 126 370 27 101 0 3 427 134 101
Binary 10111110 1010110 11111000 10111 1000001 0 11 100010111 1011100 1000001

Color Harmonies of #BE56F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56F8

Black with #BE56F8

Text Example


Text Example

White with #BE56F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56F8; }

 p { color: rgb(190,86,248); }

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

background-color css

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

 a { background-color: rgb(190,86,248); }

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

border-color css

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

 span { border-color: rgb(190,86,248); }

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