Html Css Color HEX #BC68D1 Medium Orchid

📋 copy color: '#BC68D1'

red 188 ◦ green 104 ◦ blue 209

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

Shades of Medium Orchid #BC68D1

Tints of Medium Orchid #BC68D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.72%

R = 37.52%
G = 20.76%
B = 41.72%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC68D1 (or 0xBC68D1) is known color: Medium Orchid. HEX triplet: BC, 68 and D1. RGB value is (188,104,209). Sum of RGB (Red+Green+Blue) = 188+104+209=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68D1 is #43972E. Grayscale: #8C8C8C. Windows color (decimal): -4429615 or 13723836. OLE color: 13723836.

HSL color Cylindrical-coordinate representation of color #BC68D1: hue angle of 288º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC68D1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 104 209 -
CMYK 0.10 0.50 0 0.18
HSL 288º 0.53% 0.61% -
HSV(B) 288º 0.5% 0.82% -
XYZ 37.2 25.2 63.22 -
YUV 141.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 188 104 209 0.10 0.50 0 0.18 288 0.53 0.61
Hex BC 68 D1 A 32 0 12 120 35 3D
Octal 274 150 321 12 62 0 22 440 65 75
Binary 10111100 1101000 11010001 1010 110010 0 10010 100100000 110101 111101

Color Harmonies of #BC68D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68D1

Black with #BC68D1

Text Example


Text Example

White with #BC68D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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