Html Css Color HEX #BC4EDD Medium Orchid

📋 copy color: '#BC4EDD'

red 188 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #BC4EDD

Tints of Medium Orchid #BC4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 38.6%
G = 16.02%
B = 45.38%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC4EDD (or 0xBC4EDD) is known color: Medium Orchid. HEX triplet: BC, 4E and DD. RGB value is (188,78,221). Sum of RGB (Red+Green+Blue) = 188+78+221=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EDD is #43B122. Grayscale: #7E7E7E. Windows color (decimal): -4436259 or 14503612. OLE color: 14503612.

HSL color Cylindrical-coordinate representation of color #BC4EDD: hue angle of 286.15º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4EDD is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 78 221 -
CMYK 0.15 0.65 0 0.13
HSL 286.15º 0.68% 0.59% -
HSV(B) 286.15º 0.65% 0.87% -
XYZ 36.51 21.36 70.61 -
YUV 127.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 188 78 221 0.15 0.65 0 0.13 286.15 0.68 0.59
Hex BC 4E DD F 41 0 D 11E 44 3B
Octal 274 116 335 17 101 0 15 436 104 73
Binary 10111100 1001110 11011101 1111 1000001 0 1101 100011110 1000100 111011

Color Harmonies of #BC4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EDD

Black with #BC4EDD

Text Example


Text Example

White with #BC4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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