Html Css Color HEX #BC6AD6 Medium Orchid

📋 copy color: '#BC6AD6'

red 188 ◦ green 106 ◦ blue 214

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

Shades of Medium Orchid #BC6AD6

Tints of Medium Orchid #BC6AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 37.01%
G = 20.87%
B = 42.13%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC6AD6 (or 0xBC6AD6) is known color: Medium Orchid. HEX triplet: BC, 6A and D6. RGB value is (188,106,214). Sum of RGB (Red+Green+Blue) = 188+106+214=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AD6 is #439529. Grayscale: #8E8E8E. Windows color (decimal): -4429098 or 14052028. OLE color: 14052028.

HSL color Cylindrical-coordinate representation of color #BC6AD6: hue angle of 285.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6AD6 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 106 214 -
CMYK 0.12 0.50 0 0.16
HSL 285.56º 0.57% 0.63% -
HSV(B) 285.56º 0.5% 0.84% -
XYZ 38.03 25.85 66.6 -
YUV 142.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 188 106 214 0.12 0.50 0 0.16 285.56 0.57 0.63
Hex BC 6A D6 C 32 0 10 11E 39 3F
Octal 274 152 326 14 62 0 20 436 71 77
Binary 10111100 1101010 11010110 1100 110010 0 10000 100011110 111001 111111

Color Harmonies of #BC6AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AD6

Black with #BC6AD6

Text Example


Text Example

White with #BC6AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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