Html Css Color HEX #BC7ADC Medium Orchid

📋 copy color: '#BC7ADC'

red 188 ◦ green 122 ◦ blue 220

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

Shades of Medium Orchid #BC7ADC

Tints of Medium Orchid #BC7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.02%

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

R = 35.47%
G = 23.02%
B = 41.51%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC7ADC (or 0xBC7ADC) is known color: Medium Orchid. HEX triplet: BC, 7A and DC. RGB value is (188,122,220). Sum of RGB (Red+Green+Blue) = 188+122+220=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ADC is #438523. Grayscale: #989898. Windows color (decimal): -4424996 or 14449340. OLE color: 14449340.

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

Color convert

RGB 188 122 220 -
CMYK 0.15 0.45 0 0.14
HSL 280.41º 0.58% 0.67% -
HSV(B) 280.41º 0.45% 0.86% -
XYZ 40.62 29.78 71.32 -
YUV 152.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 188 122 220 0.15 0.45 0 0.14 280.41 0.58 0.67
Hex BC 7A DC F 2D 0 E 118 3A 43
Octal 274 172 334 17 55 0 16 430 72 103
Binary 10111100 1111010 11011100 1111 101101 0 1110 100011000 111010 1000011

Color Harmonies of #BC7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7ADC

Black with #BC7ADC

Text Example


Text Example

White with #BC7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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