Html Css Color HEX #BC6EDB Medium Orchid

📋 copy color: '#BC6EDB'

red 188 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #BC6EDB

Tints of Medium Orchid #BC6EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 36.36%
G = 21.28%
B = 42.36%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC6EDB (or 0xBC6EDB) is known color: Medium Orchid. HEX triplet: BC, 6E and DB. RGB value is (188,110,219). Sum of RGB (Red+Green+Blue) = 188+110+219=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EDB is #439124. Grayscale: #919191. Windows color (decimal): -4428069 or 14380732. OLE color: 14380732.

HSL color Cylindrical-coordinate representation of color #BC6EDB: hue angle of 282.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6EDB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 110 219 -
CMYK 0.14 0.50 0 0.14
HSL 282.94º 0.6% 0.65% -
HSV(B) 282.94º 0.5% 0.86% -
XYZ 39.1 26.96 70.16 -
YUV 145.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 188 110 219 0.14 0.50 0 0.14 282.94 0.6 0.65
Hex BC 6E DB E 32 0 E 11B 3C 41
Octal 274 156 333 16 62 0 16 433 74 101
Binary 10111100 1101110 11011011 1110 110010 0 1110 100011011 111100 1000001

Color Harmonies of #BC6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EDB

Black with #BC6EDB

Text Example


Text Example

White with #BC6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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