Html Css Color HEX #BC78DB Medium Orchid

📋 copy color: '#BC78DB'

red 188 ◦ green 120 ◦ blue 219

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

Shades of Medium Orchid #BC78DB

Tints of Medium Orchid #BC78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.77%

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

R = 35.67%
G = 22.77%
B = 41.56%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC78DB (or 0xBC78DB) is known color: Medium Orchid. HEX triplet: BC, 78 and DB. RGB value is (188,120,219). Sum of RGB (Red+Green+Blue) = 188+120+219=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78DB is #438724. Grayscale: #979797. Windows color (decimal): -4425509 or 14383292. OLE color: 14383292.

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

Color convert

RGB 188 120 219 -
CMYK 0.14 0.45 0 0.14
HSL 281.21º 0.58% 0.66% -
HSV(B) 281.21º 0.45% 0.86% -
XYZ 40.24 29.24 70.54 -
YUV 151.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 188 120 219 0.14 0.45 0 0.14 281.21 0.58 0.66
Hex BC 78 DB E 2D 0 E 119 3A 42
Octal 274 170 333 16 55 0 16 431 72 102
Binary 10111100 1111000 11011011 1110 101101 0 1110 100011001 111010 1000010

Color Harmonies of #BC78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78DB

Black with #BC78DB

Text Example


Text Example

White with #BC78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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