Html Css Color HEX #BC6AD9 Medium Orchid

📋 copy color: '#BC6AD9'

red 188 ◦ green 106 ◦ blue 217

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

Shades of Medium Orchid #BC6AD9

Tints of Medium Orchid #BC6AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.47%

R = 36.79%
G = 20.74%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC6AD9 (or 0xBC6AD9) is known color: Medium Orchid. HEX triplet: BC, 6A and D9. RGB value is (188,106,217). Sum of RGB (Red+Green+Blue) = 188+106+217=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AD9 is #439526. Grayscale: #8E8E8E. Windows color (decimal): -4429095 or 14248636. OLE color: 14248636.

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

Color convert

RGB 188 106 217 -
CMYK 0.13 0.51 0 0.15
HSL 284.32º 0.59% 0.63% -
HSV(B) 284.32º 0.51% 0.85% -
XYZ 38.42 26.01 68.64 -
YUV 143.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 188 106 217 0.13 0.51 0 0.15 284.32 0.59 0.63
Hex BC 6A D9 D 33 0 F 11C 3B 3F
Octal 274 152 331 15 63 0 17 434 73 77
Binary 10111100 1101010 11011001 1101 110011 0 1111 100011100 111011 111111

Color Harmonies of #BC6AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AD9

Black with #BC6AD9

Text Example


Text Example

White with #BC6AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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