Html Css Color HEX #BC5ADC Medium Orchid

📋 copy color: '#BC5ADC'

red 188 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #BC5ADC

Tints of Medium Orchid #BC5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.07%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 37.75%
G = 18.07%
B = 44.18%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC5ADC (or 0xBC5ADC) is known color: Medium Orchid. HEX triplet: BC, 5A and DC. RGB value is (188,90,220). Sum of RGB (Red+Green+Blue) = 188+90+220=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ADC is #43A523. Grayscale: #858585. Windows color (decimal): -4433188 or 14441148. OLE color: 14441148.

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

Color convert

RGB 188 90 220 -
CMYK 0.15 0.59 0 0.14
HSL 285.23º 0.65% 0.61% -
HSV(B) 285.23º 0.59% 0.86% -
XYZ 37.31 23.17 70.22 -
YUV 134.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 188 90 220 0.15 0.59 0 0.14 285.23 0.65 0.61
Hex BC 5A DC F 3B 0 E 11D 41 3D
Octal 274 132 334 17 73 0 16 435 101 75
Binary 10111100 1011010 11011100 1111 111011 0 1110 100011101 1000001 111101

Color Harmonies of #BC5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ADC

Black with #BC5ADC

Text Example


Text Example

White with #BC5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ADC; }

 p { color: rgb(188,90,220); }

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

background-color css

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

 a { background-color: rgb(188,90,220); }

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

border-color css

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

 span { border-color: rgb(188,90,220); }

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