Html Css Color HEX #BC4ED5 Medium Orchid

📋 copy color: '#BC4ED5'

red 188 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #BC4ED5

Tints of Medium Orchid #BC4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.28%

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 39.25%
G = 16.28%
B = 44.47%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC4ED5 (or 0xBC4ED5) is known color: Medium Orchid. HEX triplet: BC, 4E and D5. RGB value is (188,78,213). Sum of RGB (Red+Green+Blue) = 188+78+213=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ED5 is #43B12A. Grayscale: #7D7D7D. Windows color (decimal): -4436267 or 13979324. OLE color: 13979324.

HSL color Cylindrical-coordinate representation of color #BC4ED5: hue angle of 288.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4ED5 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 78 213 -
CMYK 0.12 0.63 0 0.16
HSL 288.89º 0.62% 0.57% -
HSV(B) 288.89º 0.63% 0.84% -
XYZ 35.47 20.94 65.12 -
YUV 126.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 188 78 213 0.12 0.63 0 0.16 288.89 0.62 0.57
Hex BC 4E D5 C 3F 0 10 121 3E 39
Octal 274 116 325 14 77 0 20 441 76 71
Binary 10111100 1001110 11010101 1100 111111 0 10000 100100001 111110 111001

Color Harmonies of #BC4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ED5

Black with #BC4ED5

Text Example


Text Example

White with #BC4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ED5; }

 p { color: rgb(188,78,213); }

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

background-color css

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

 a { background-color: rgb(188,78,213); }

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

border-color css

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

 span { border-color: rgb(188,78,213); }

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