Html Css Color HEX #BC6ADF Medium Orchid

📋 copy color: '#BC6ADF'

red 188 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #BC6ADF

Tints of Medium Orchid #BC6ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 36.36%
G = 20.5%
B = 43.13%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC6ADF (or 0xBC6ADF) is known color: Medium Orchid. HEX triplet: BC, 6A and DF. RGB value is (188,106,223). Sum of RGB (Red+Green+Blue) = 188+106+223=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ADF is #439520. Grayscale: #8F8F8F. Windows color (decimal): -4429089 or 14641852. OLE color: 14641852.

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

Color convert

RGB 188 106 223 -
CMYK 0.16 0.52 0 0.13
HSL 282.05º 0.65% 0.65% -
HSV(B) 282.05º 0.52% 0.87% -
XYZ 39.21 26.33 72.83 -
YUV 143.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 188 106 223 0.16 0.52 0 0.13 282.05 0.65 0.65
Hex BC 6A DF 10 34 0 D 11A 41 41
Octal 274 152 337 20 64 0 15 432 101 101
Binary 10111100 1101010 11011111 10000 110100 0 1101 100011010 1000001 1000001

Color Harmonies of #BC6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6ADF

Black with #BC6ADF

Text Example


Text Example

White with #BC6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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