Html Css Color HEX #BC6DC9 Medium Orchid

📋 copy color: '#BC6DC9'

red 188 ◦ green 109 ◦ blue 201

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

Shades of Medium Orchid #BC6DC9

Tints of Medium Orchid #BC6DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 37.75%
G = 21.89%
B = 40.36%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC6DC9 (or 0xBC6DC9) is known color: Medium Orchid. HEX triplet: BC, 6D and C9. RGB value is (188,109,201). Sum of RGB (Red+Green+Blue) = 188+109+201=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DC9 is #439236. Grayscale: #8E8E8E. Windows color (decimal): -4428343 or 13200828. OLE color: 13200828.

HSL color Cylindrical-coordinate representation of color #BC6DC9: hue angle of 291.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6DC9 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 109 201 -
CMYK 0.06 0.46 0 0.21
HSL 291.52º 0.46% 0.61% -
HSV(B) 291.52º 0.46% 0.79% -
XYZ 36.75 25.85 58.31 -
YUV 143.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 188 109 201 0.06 0.46 0 0.21 291.52 0.46 0.61
Hex BC 6D C9 6 2E 0 15 124 2E 3D
Octal 274 155 311 6 56 0 25 444 56 75
Binary 10111100 1101101 11001001 110 101110 0 10101 100100100 101110 111101

Color Harmonies of #BC6DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DC9

Black with #BC6DC9

Text Example


Text Example

White with #BC6DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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