Html Css Color HEX #BC57CE Medium Orchid

📋 copy color: '#BC57CE'

red 188 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #BC57CE

Tints of Medium Orchid #BC57CE

RGB

 RED value IS 188 (73.83% from 255) = 39.09%

 GREEN value IS 87 (34.38% from 255) = 18.09%

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

R = 39.09%
G = 18.09%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC57CE (or 0xBC57CE) is known color: Medium Orchid. HEX triplet: BC, 57 and CE. RGB value is (188,87,206). Sum of RGB (Red+Green+Blue) = 188+87+206=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57CE is #43A831. Grayscale: #828282. Windows color (decimal): -4433970 or 13522876. OLE color: 13522876.

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

Color convert

RGB 188 87 206 -
CMYK 0.09 0.58 0 0.19
HSL 290.92º 0.55% 0.57% -
HSV(B) 290.92º 0.58% 0.81% -
XYZ 35.29 21.96 60.77 -
YUV 130.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 188 87 206 0.09 0.58 0 0.19 290.92 0.55 0.57
Hex BC 57 CE 9 3A 0 13 123 37 39
Octal 274 127 316 11 72 0 23 443 67 71
Binary 10111100 1010111 11001110 1001 111010 0 10011 100100011 110111 111001

Color Harmonies of #BC57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57CE

Black with #BC57CE

Text Example


Text Example

White with #BC57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57CE; }

 p { color: rgb(188,87,206); }

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

background-color css

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

 a { background-color: rgb(188,87,206); }

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

border-color css

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

 span { border-color: rgb(188,87,206); }

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