Html Css Color HEX #BE56CF Medium Orchid

📋 copy color: '#BE56CF'

red 190 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #BE56CF

Tints of Medium Orchid #BE56CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 39.34%
G = 17.81%
B = 42.86%

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

#BE56CF (or 0xBE56CF) is known color: Medium Orchid. HEX triplet: BE, 56 and CF. RGB value is (190,86,207). Sum of RGB (Red+Green+Blue) = 190+86+207=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56CF is #41A930. Grayscale: #828282. Windows color (decimal): -4303153 or 13588158. OLE color: 13588158.

HSL color Cylindrical-coordinate representation of color #BE56CF: hue angle of 291.57º degrees, saturation: 0.56, 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 #BE56CF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 86 207 -
CMYK 0.08 0.58 0 0.19
HSL 291.57º 0.56% 0.57% -
HSV(B) 291.57º 0.58% 0.81% -
XYZ 35.83 22.11 61.41 -
YUV 130.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 190 86 207 0.08 0.58 0 0.19 291.57 0.56 0.57
Hex BE 56 CF 8 3A 0 13 124 38 39
Octal 276 126 317 10 72 0 23 444 70 71
Binary 10111110 1010110 11001111 1000 111010 0 10011 100100100 111000 111001

Color Harmonies of #BE56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56CF

Black with #BE56CF

Text Example


Text Example

White with #BE56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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