Html Css Color HEX #BC6ADA Medium Orchid

📋 copy color: '#BC6ADA'

red 188 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #BC6ADA

Tints of Medium Orchid #BC6ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.7%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 36.72%
G = 20.7%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC6ADA (or 0xBC6ADA) is known color: Medium Orchid. HEX triplet: BC, 6A and DA. RGB value is (188,106,218). Sum of RGB (Red+Green+Blue) = 188+106+218=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ADA is #439525. Grayscale: #8E8E8E. Windows color (decimal): -4429094 or 14314172. OLE color: 14314172.

HSL color Cylindrical-coordinate representation of color #BC6ADA: hue angle of 283.93º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6ADA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 106 218 -
CMYK 0.14 0.51 0 0.15
HSL 283.93º 0.6% 0.64% -
HSV(B) 283.93º 0.51% 0.85% -
XYZ 38.55 26.06 69.33 -
YUV 143.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 188 106 218 0.14 0.51 0 0.15 283.93 0.6 0.64
Hex BC 6A DA E 33 0 F 11C 3C 40
Octal 274 152 332 16 63 0 17 434 74 100
Binary 10111100 1101010 11011010 1110 110011 0 1111 100011100 111100 1000000

Color Harmonies of #BC6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6ADA

Black with #BC6ADA

Text Example


Text Example

White with #BC6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6ADA; }

 p { color: rgb(188,106,218); }

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

background-color css

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

 a { background-color: rgb(188,106,218); }

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

border-color css

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

 span { border-color: rgb(188,106,218); }

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