Html Css Color HEX #BC6ED7 Medium Orchid

📋 copy color: '#BC6ED7'

red 188 ◦ green 110 ◦ blue 215

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

Shades of Medium Orchid #BC6ED7

Tints of Medium Orchid #BC6ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 36.65%
G = 21.44%
B = 41.91%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC6ED7 (or 0xBC6ED7) is known color: Medium Orchid. HEX triplet: BC, 6E and D7. RGB value is (188,110,215). Sum of RGB (Red+Green+Blue) = 188+110+215=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC6ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ED7 is #439128. Grayscale: #909090. Windows color (decimal): -4428073 or 14118588. OLE color: 14118588.

HSL color Cylindrical-coordinate representation of color #BC6ED7: hue angle of 284.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6ED7 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 110 215 -
CMYK 0.13 0.49 0 0.16
HSL 284.57º 0.57% 0.64% -
HSV(B) 284.57º 0.49% 0.84% -
XYZ 38.58 26.75 67.42 -
YUV 145.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 188 110 215 0.13 0.49 0 0.16 284.57 0.57 0.64
Hex BC 6E D7 D 31 0 10 11D 39 40
Octal 274 156 327 15 61 0 20 435 71 100
Binary 10111100 1101110 11010111 1101 110001 0 10000 100011101 111001 1000000

Color Harmonies of #BC6ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6ED7

Black with #BC6ED7

Text Example


Text Example

White with #BC6ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6ED7; }

 p { color: rgb(188,110,215); }

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

background-color css

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

 a { background-color: rgb(188,110,215); }

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

border-color css

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

 span { border-color: rgb(188,110,215); }

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