Html Css Color HEX #BC5EDD Medium Orchid

📋 copy color: '#BC5EDD'

red 188 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #BC5EDD

Tints of Medium Orchid #BC5EDD

RGB

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

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

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

R = 37.38%
G = 18.69%
B = 43.94%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC5EDD (or 0xBC5EDD) is known color: Medium Orchid. HEX triplet: BC, 5E and DD. RGB value is (188,94,221). Sum of RGB (Red+Green+Blue) = 188+94+221=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EDD is #43A122. Grayscale: #888888. Windows color (decimal): -4432163 or 14507708. OLE color: 14507708.

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

Color convert

RGB 188 94 221 -
CMYK 0.15 0.57 0 0.13
HSL 284.41º 0.65% 0.62% -
HSV(B) 284.41º 0.57% 0.87% -
XYZ 37.79 23.92 71.03 -
YUV 136.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 188 94 221 0.15 0.57 0 0.13 284.41 0.65 0.62
Hex BC 5E DD F 39 0 D 11C 41 3E
Octal 274 136 335 17 71 0 15 434 101 76
Binary 10111100 1011110 11011101 1111 111001 0 1101 100011100 1000001 111110

Color Harmonies of #BC5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EDD

Black with #BC5EDD

Text Example


Text Example

White with #BC5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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