Html Css Color HEX #BC5ED8 Medium Orchid

📋 copy color: '#BC5ED8'

red 188 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #BC5ED8

Tints of Medium Orchid #BC5ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 37.75%
G = 18.88%
B = 43.37%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC5ED8 (or 0xBC5ED8) is known color: Medium Orchid. HEX triplet: BC, 5E and D8. RGB value is (188,94,216). Sum of RGB (Red+Green+Blue) = 188+94+216=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC5ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ED8 is #43A127. Grayscale: #878787. Windows color (decimal): -4432168 or 14180028. OLE color: 14180028.

HSL color Cylindrical-coordinate representation of color #BC5ED8: hue angle of 286.23º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5ED8 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 94 216 -
CMYK 0.13 0.56 0 0.15
HSL 286.23º 0.61% 0.61% -
HSV(B) 286.23º 0.56% 0.85% -
XYZ 37.14 23.65 67.57 -
YUV 136.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 188 94 216 0.13 0.56 0 0.15 286.23 0.61 0.61
Hex BC 5E D8 D 38 0 F 11E 3D 3D
Octal 274 136 330 15 70 0 17 436 75 75
Binary 10111100 1011110 11011000 1101 111000 0 1111 100011110 111101 111101

Color Harmonies of #BC5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ED8

Black with #BC5ED8

Text Example


Text Example

White with #BC5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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