Html Css Color HEX #BC68DB Medium Orchid

📋 copy color: '#BC68DB'

red 188 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #BC68DB

Tints of Medium Orchid #BC68DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 36.79%
G = 20.35%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC68DB (or 0xBC68DB) is known color: Medium Orchid. HEX triplet: BC, 68 and DB. RGB value is (188,104,219). Sum of RGB (Red+Green+Blue) = 188+104+219=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68DB is #439724. Grayscale: #8D8D8D. Windows color (decimal): -4429605 or 14379196. OLE color: 14379196.

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

Color convert

RGB 188 104 219 -
CMYK 0.14 0.53 0 0.14
HSL 283.83º 0.61% 0.63% -
HSV(B) 283.83º 0.53% 0.86% -
XYZ 38.48 25.71 69.95 -
YUV 142.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 188 104 219 0.14 0.53 0 0.14 283.83 0.61 0.63
Hex BC 68 DB E 35 0 E 11C 3D 3F
Octal 274 150 333 16 65 0 16 434 75 77
Binary 10111100 1101000 11011011 1110 110101 0 1110 100011100 111101 111111

Color Harmonies of #BC68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68DB

Black with #BC68DB

Text Example


Text Example

White with #BC68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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