Html Css Color HEX #BC6FDD Medium Orchid

📋 copy color: '#BC6FDD'

red 188 ◦ green 111 ◦ blue 221

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

Shades of Medium Orchid #BC6FDD

Tints of Medium Orchid #BC6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

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

R = 36.15%
G = 21.35%
B = 42.5%

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

#BC6FDD (or 0xBC6FDD) is known color: Medium Orchid. HEX triplet: BC, 6F and DD. RGB value is (188,111,221). Sum of RGB (Red+Green+Blue) = 188+111+221=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FDD is #439022. Grayscale: #929292. Windows color (decimal): -4427811 or 14512060. OLE color: 14512060.

HSL color Cylindrical-coordinate representation of color #BC6FDD: hue angle of 282º 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 #BC6FDD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 111 221 -
CMYK 0.15 0.50 0 0.13
HSL 282º 0.62% 0.65% -
HSV(B) 282º 0.5% 0.87% -
XYZ 39.47 27.28 71.59 -
YUV 146.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 188 111 221 0.15 0.50 0 0.13 282 0.62 0.65
Hex BC 6F DD F 32 0 D 11A 3E 41
Octal 274 157 335 17 62 0 15 432 76 101
Binary 10111100 1101111 11011101 1111 110010 0 1101 100011010 111110 1000001

Color Harmonies of #BC6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FDD

Black with #BC6FDD

Text Example


Text Example

White with #BC6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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