Html Css Color HEX #BC6FCD Medium Orchid

📋 copy color: '#BC6FCD'

red 188 ◦ green 111 ◦ blue 205

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

Shades of Medium Orchid #BC6FCD

Tints of Medium Orchid #BC6FCD

RGB

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

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

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

R = 37.3%
G = 22.02%
B = 40.67%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC6FCD (or 0xBC6FCD) is known color: Medium Orchid. HEX triplet: BC, 6F and CD. RGB value is (188,111,205). Sum of RGB (Red+Green+Blue) = 188+111+205=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCD is #439032. Grayscale: #909090. Windows color (decimal): -4427827 or 13463484. OLE color: 13463484.

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

Color convert

RGB 188 111 205 -
CMYK 0.08 0.46 0 0.20
HSL 289.15º 0.48% 0.62% -
HSV(B) 289.15º 0.46% 0.8% -
XYZ 37.44 26.47 60.89 -
YUV 144.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 188 111 205 0.08 0.46 0 0.20 289.15 0.48 0.62
Hex BC 6F CD 8 2E 0 14 121 30 3E
Octal 274 157 315 10 56 0 24 441 60 76
Binary 10111100 1101111 11001101 1000 101110 0 10100 100100001 110000 111110

Color Harmonies of #BC6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FCD

Black with #BC6FCD

Text Example


Text Example

White with #BC6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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