Html Css Color HEX #BC6DCD Medium Orchid

📋 copy color: '#BC6DCD'

red 188 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #BC6DCD

Tints of Medium Orchid #BC6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 37.45%
G = 21.71%
B = 40.84%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC6DCD (or 0xBC6DCD) is known color: Medium Orchid. HEX triplet: BC, 6D and CD. RGB value is (188,109,205). Sum of RGB (Red+Green+Blue) = 188+109+205=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DCD is #439232. Grayscale: #8F8F8F. Windows color (decimal): -4428339 or 13462972. OLE color: 13462972.

HSL color Cylindrical-coordinate representation of color #BC6DCD: hue angle of 289.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6DCD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 109 205 -
CMYK 0.08 0.47 0 0.20
HSL 289.38º 0.49% 0.62% -
HSV(B) 289.38º 0.47% 0.8% -
XYZ 37.23 26.04 60.82 -
YUV 143.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 188 109 205 0.08 0.47 0 0.20 289.38 0.49 0.62
Hex BC 6D CD 8 2F 0 14 121 31 3E
Octal 274 155 315 10 57 0 24 441 61 76
Binary 10111100 1101101 11001101 1000 101111 0 10100 100100001 110001 111110

Color Harmonies of #BC6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DCD

Black with #BC6DCD

Text Example


Text Example

White with #BC6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DCD; }

 p { color: rgb(188,109,205); }

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

background-color css

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

 a { background-color: rgb(188,109,205); }

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

border-color css

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

 span { border-color: rgb(188,109,205); }

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