Html Css Color HEX #BC6AD5 Medium Orchid

📋 copy color: '#BC6AD5'

red 188 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #BC6AD5

Tints of Medium Orchid #BC6AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 37.08%
G = 20.91%
B = 42.01%

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

#BC6AD5 (or 0xBC6AD5) is known color: Medium Orchid. HEX triplet: BC, 6A and D5. RGB value is (188,106,213). Sum of RGB (Red+Green+Blue) = 188+106+213=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AD5 is #43952A. Grayscale: #8E8E8E. Windows color (decimal): -4429099 or 13986492. OLE color: 13986492.

HSL color Cylindrical-coordinate representation of color #BC6AD5: hue angle of 285.98º degrees, saturation: 0.56, 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 #BC6AD5 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 106 213 -
CMYK 0.12 0.50 0 0.16
HSL 285.98º 0.56% 0.63% -
HSV(B) 285.98º 0.5% 0.84% -
XYZ 37.9 25.8 65.93 -
YUV 142.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 188 106 213 0.12 0.50 0 0.16 285.98 0.56 0.63
Hex BC 6A D5 C 32 0 10 11E 38 3F
Octal 274 152 325 14 62 0 20 436 70 77
Binary 10111100 1101010 11010101 1100 110010 0 10000 100011110 111000 111111

Color Harmonies of #BC6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AD5

Black with #BC6AD5

Text Example


Text Example

White with #BC6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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