Html Css Color HEX #BC5DD5 Medium Orchid

📋 copy color: '#BC5DD5'

red 188 ◦ green 93 ◦ blue 213

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

Shades of Medium Orchid #BC5DD5

Tints of Medium Orchid #BC5DD5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.83%

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

R = 38.06%
G = 18.83%
B = 43.12%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC5DD5 (or 0xBC5DD5) is known color: Medium Orchid. HEX triplet: BC, 5D and D5. RGB value is (188,93,213). Sum of RGB (Red+Green+Blue) = 188+93+213=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DD5 is #43A22A. Grayscale: #868686. Windows color (decimal): -4432427 or 13983164. OLE color: 13983164.

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

Color convert

RGB 188 93 213 -
CMYK 0.12 0.56 0 0.16
HSL 287.5º 0.59% 0.6% -
HSV(B) 287.5º 0.56% 0.84% -
XYZ 36.66 23.32 65.52 -
YUV 135.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 188 93 213 0.12 0.56 0 0.16 287.5 0.59 0.6
Hex BC 5D D5 C 38 0 10 120 3B 3C
Octal 274 135 325 14 70 0 20 440 73 74
Binary 10111100 1011101 11010101 1100 111000 0 10000 100100000 111011 111100

Color Harmonies of #BC5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DD5

Black with #BC5DD5

Text Example


Text Example

White with #BC5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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