Html Css Color HEX #BC6DCC Medium Orchid

📋 copy color: '#BC6DCC'

red 188 ◦ green 109 ◦ blue 204

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

Shades of Medium Orchid #BC6DCC

Tints of Medium Orchid #BC6DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 37.52%
G = 21.76%
B = 40.72%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC6DCC (or 0xBC6DCC) is known color: Medium Orchid. HEX triplet: BC, 6D and CC. RGB value is (188,109,204). Sum of RGB (Red+Green+Blue) = 188+109+204=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DCC is #439233. Grayscale: #8F8F8F. Windows color (decimal): -4428340 or 13397436. OLE color: 13397436.

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

Color convert

RGB 188 109 204 -
CMYK 0.08 0.47 0 0.2
HSL 289.89º 0.48% 0.61% -
HSV(B) 289.89º 0.47% 0.8% -
XYZ 37.11 25.99 60.19 -
YUV 143.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 188 109 204 0.08 0.47 0 0.2 289.89 0.48 0.61
Hex BC 6D CC 8 2F 0 14 122 30 3D
Octal 274 155 314 10 57 0 24 442 60 75
Binary 10111100 1101101 11001100 1000 101111 0 10100 100100010 110000 111101

Color Harmonies of #BC6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DCC

Black with #BC6DCC

Text Example


Text Example

White with #BC6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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