Html Css Color HEX #BE56CE Medium Orchid

📋 copy color: '#BE56CE'

red 190 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #BE56CE

Tints of Medium Orchid #BE56CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 39.42%
G = 17.84%
B = 42.74%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE56CE (or 0xBE56CE) is known color: Medium Orchid. HEX triplet: BE, 56 and CE. RGB value is (190,86,206). Sum of RGB (Red+Green+Blue) = 190+86+206=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56CE is #41A931. Grayscale: #828282. Windows color (decimal): -4303154 or 13522622. OLE color: 13522622.

HSL color Cylindrical-coordinate representation of color #BE56CE: hue angle of 292º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE56CE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 86 206 -
CMYK 0.08 0.58 0 0.19
HSL 292º 0.55% 0.57% -
HSV(B) 292º 0.58% 0.81% -
XYZ 35.7 22.06 60.77 -
YUV 130.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 190 86 206 0.08 0.58 0 0.19 292 0.55 0.57
Hex BE 56 CE 8 3A 0 13 124 37 39
Octal 276 126 316 10 72 0 23 444 67 71
Binary 10111110 1010110 11001110 1000 111010 0 10011 100100100 110111 111001

Color Harmonies of #BE56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56CE

Black with #BE56CE

Text Example


Text Example

White with #BE56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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