Html Css Color HEX #BC78DC Medium Orchid

📋 copy color: '#BC78DC'

red 188 ◦ green 120 ◦ blue 220

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

Shades of Medium Orchid #BC78DC

Tints of Medium Orchid #BC78DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 35.61%
G = 22.73%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC78DC (or 0xBC78DC) is known color: Medium Orchid. HEX triplet: BC, 78 and DC. RGB value is (188,120,220). Sum of RGB (Red+Green+Blue) = 188+120+220=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78DC is #438723. Grayscale: #979797. Windows color (decimal): -4425508 or 14448828. OLE color: 14448828.

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

Color convert

RGB 188 120 220 -
CMYK 0.15 0.45 0 0.14
HSL 280.8º 0.59% 0.67% -
HSV(B) 280.8º 0.45% 0.86% -
XYZ 40.37 29.29 71.24 -
YUV 151.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 188 120 220 0.15 0.45 0 0.14 280.8 0.59 0.67
Hex BC 78 DC F 2D 0 E 119 3B 43
Octal 274 170 334 17 55 0 16 431 73 103
Binary 10111100 1111000 11011100 1111 101101 0 1110 100011001 111011 1000011

Color Harmonies of #BC78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78DC

Black with #BC78DC

Text Example


Text Example

White with #BC78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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