Html Css Color HEX #BC6CDB Medium Orchid

📋 copy color: '#BC6CDB'

red 188 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #BC6CDB

Tints of Medium Orchid #BC6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.97%

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

R = 36.5%
G = 20.97%
B = 42.52%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC6CDB (or 0xBC6CDB) is known color: Medium Orchid. HEX triplet: BC, 6C and DB. RGB value is (188,108,219). Sum of RGB (Red+Green+Blue) = 188+108+219=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CDB is #439324. Grayscale: #909090. Windows color (decimal): -4428581 or 14380220. OLE color: 14380220.

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

Color convert

RGB 188 108 219 -
CMYK 0.14 0.51 0 0.14
HSL 283.24º 0.61% 0.64% -
HSV(B) 283.24º 0.51% 0.86% -
XYZ 38.89 26.53 70.09 -
YUV 144.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 188 108 219 0.14 0.51 0 0.14 283.24 0.61 0.64
Hex BC 6C DB E 33 0 E 11B 3D 40
Octal 274 154 333 16 63 0 16 433 75 100
Binary 10111100 1101100 11011011 1110 110011 0 1110 100011011 111101 1000000

Color Harmonies of #BC6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CDB

Black with #BC6CDB

Text Example


Text Example

White with #BC6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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