Html Css Color HEX #BC6FD6 Medium Orchid

📋 copy color: '#BC6FD6'

red 188 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #BC6FD6

Tints of Medium Orchid #BC6FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 36.65%
G = 21.64%
B = 41.72%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC6FD6 (or 0xBC6FD6) is known color: Medium Orchid. HEX triplet: BC, 6F and D6. RGB value is (188,111,214). Sum of RGB (Red+Green+Blue) = 188+111+214=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC6FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FD6 is #439029. Grayscale: #919191. Windows color (decimal): -4427818 or 14053308. OLE color: 14053308.

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

Color convert

RGB 188 111 214 -
CMYK 0.12 0.48 0 0.16
HSL 284.85º 0.56% 0.64% -
HSV(B) 284.85º 0.48% 0.84% -
XYZ 38.56 26.92 66.78 -
YUV 145.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 188 111 214 0.12 0.48 0 0.16 284.85 0.56 0.64
Hex BC 6F D6 C 30 0 10 11D 38 40
Octal 274 157 326 14 60 0 20 435 70 100
Binary 10111100 1101111 11010110 1100 110000 0 10000 100011101 111000 1000000

Color Harmonies of #BC6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FD6

Black with #BC6FD6

Text Example


Text Example

White with #BC6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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