Html Css Color HEX #BC6EDD Medium Orchid

📋 copy color: '#BC6EDD'

red 188 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #BC6EDD

Tints of Medium Orchid #BC6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 36.22%
G = 21.19%
B = 42.58%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC6EDD (or 0xBC6EDD) is known color: Medium Orchid. HEX triplet: BC, 6E and DD. RGB value is (188,110,221). Sum of RGB (Red+Green+Blue) = 188+110+221=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EDD is #439122. Grayscale: #919191. Windows color (decimal): -4428067 or 14511804. OLE color: 14511804.

HSL color Cylindrical-coordinate representation of color #BC6EDD: hue angle of 282.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6EDD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 110 221 -
CMYK 0.15 0.50 0 0.13
HSL 282.16º 0.62% 0.65% -
HSV(B) 282.16º 0.5% 0.87% -
XYZ 39.37 27.06 71.56 -
YUV 145.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 188 110 221 0.15 0.50 0 0.13 282.16 0.62 0.65
Hex BC 6E DD F 32 0 D 11A 3E 41
Octal 274 156 335 17 62 0 15 432 76 101
Binary 10111100 1101110 11011101 1111 110010 0 1101 100011010 111110 1000001

Color Harmonies of #BC6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EDD

Black with #BC6EDD

Text Example


Text Example

White with #BC6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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