Html Css Color HEX #BC64DB Medium Orchid

📋 copy color: '#BC64DB'

red 188 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #BC64DB

Tints of Medium Orchid #BC64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

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

R = 37.08%
G = 19.72%
B = 43.2%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC64DB (or 0xBC64DB) is known color: Medium Orchid. HEX triplet: BC, 64 and DB. RGB value is (188,100,219). Sum of RGB (Red+Green+Blue) = 188+100+219=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64DB is #439B24. Grayscale: #8B8B8B. Windows color (decimal): -4430629 or 14378172. OLE color: 14378172.

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

Color convert

RGB 188 100 219 -
CMYK 0.14 0.54 0 0.14
HSL 284.37º 0.62% 0.63% -
HSV(B) 284.37º 0.54% 0.86% -
XYZ 38.08 24.92 69.82 -
YUV 139.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 188 100 219 0.14 0.54 0 0.14 284.37 0.62 0.63
Hex BC 64 DB E 36 0 E 11C 3E 3F
Octal 274 144 333 16 66 0 16 434 76 77
Binary 10111100 1100100 11011011 1110 110110 0 1110 100011100 111110 111111

Color Harmonies of #BC64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64DB

Black with #BC64DB

Text Example


Text Example

White with #BC64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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