Html Css Color HEX #BC68DC Medium Orchid

📋 copy color: '#BC68DC'

red 188 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #BC68DC

Tints of Medium Orchid #BC68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 36.72%
G = 20.31%
B = 42.97%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC68DC (or 0xBC68DC) is known color: Medium Orchid. HEX triplet: BC, 68 and DC. RGB value is (188,104,220). Sum of RGB (Red+Green+Blue) = 188+104+220=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68DC is #439723. Grayscale: #8D8D8D. Windows color (decimal): -4429604 or 14444732. OLE color: 14444732.

HSL color Cylindrical-coordinate representation of color #BC68DC: hue angle of 283.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC68DC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 104 220 -
CMYK 0.15 0.53 0 0.14
HSL 283.45º 0.62% 0.64% -
HSV(B) 283.45º 0.53% 0.86% -
XYZ 38.61 25.76 70.65 -
YUV 142.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 188 104 220 0.15 0.53 0 0.14 283.45 0.62 0.64
Hex BC 68 DC F 35 0 E 11B 3E 40
Octal 274 150 334 17 65 0 16 433 76 100
Binary 10111100 1101000 11011100 1111 110101 0 1110 100011011 111110 1000000

Color Harmonies of #BC68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68DC

Black with #BC68DC

Text Example


Text Example

White with #BC68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68DC; }

 p { color: rgb(188,104,220); }

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

background-color css

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

 a { background-color: rgb(188,104,220); }

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

border-color css

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

 span { border-color: rgb(188,104,220); }

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