Html Css Color HEX #BC5ED1 Medium Orchid

📋 copy color: '#BC5ED1'

red 188 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #BC5ED1

Tints of Medium Orchid #BC5ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 38.29%
G = 19.14%
B = 42.57%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC5ED1 (or 0xBC5ED1) is known color: Medium Orchid. HEX triplet: BC, 5E and D1. RGB value is (188,94,209). Sum of RGB (Red+Green+Blue) = 188+94+209=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC5ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ED1 is #43A12E. Grayscale: #868686. Windows color (decimal): -4432175 or 13721276. OLE color: 13721276.

HSL color Cylindrical-coordinate representation of color #BC5ED1: hue angle of 289.04º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5ED1 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 94 209 -
CMYK 0.10 0.55 0 0.18
HSL 289.04º 0.56% 0.59% -
HSV(B) 289.04º 0.55% 0.82% -
XYZ 36.25 23.3 62.91 -
YUV 135.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 188 94 209 0.10 0.55 0 0.18 289.04 0.56 0.59
Hex BC 5E D1 A 37 0 12 121 38 3B
Octal 274 136 321 12 67 0 22 441 70 73
Binary 10111100 1011110 11010001 1010 110111 0 10010 100100001 111000 111011

Color Harmonies of #BC5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ED1

Black with #BC5ED1

Text Example


Text Example

White with #BC5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ED1; }

 p { color: rgb(188,94,209); }

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

background-color css

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

 a { background-color: rgb(188,94,209); }

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

border-color css

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

 span { border-color: rgb(188,94,209); }

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