Html Css Color HEX #BC6FD1 Medium Orchid

📋 copy color: '#BC6FD1'

red 188 ◦ green 111 ◦ blue 209

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

Shades of Medium Orchid #BC6FD1

Tints of Medium Orchid #BC6FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 37.01%
G = 21.85%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC6FD1 (or 0xBC6FD1) is known color: Medium Orchid. HEX triplet: BC, 6F and D1. RGB value is (188,111,209). Sum of RGB (Red+Green+Blue) = 188+111+209=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FD1 is #43902E. Grayscale: #909090. Windows color (decimal): -4427823 or 13725628. OLE color: 13725628.

HSL color Cylindrical-coordinate representation of color #BC6FD1: hue angle of 287.14º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6FD1 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 111 209 -
CMYK 0.10 0.47 0 0.18
HSL 287.14º 0.52% 0.63% -
HSV(B) 287.14º 0.47% 0.82% -
XYZ 37.93 26.66 63.47 -
YUV 145.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 188 111 209 0.10 0.47 0 0.18 287.14 0.52 0.63
Hex BC 6F D1 A 2F 0 12 11F 34 3F
Octal 274 157 321 12 57 0 22 437 64 77
Binary 10111100 1101111 11010001 1010 101111 0 10010 100011111 110100 111111

Color Harmonies of #BC6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FD1

Black with #BC6FD1

Text Example


Text Example

White with #BC6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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