Html Css Color HEX #BC78D0 Medium Orchid

📋 copy color: '#BC78D0'

red 188 ◦ green 120 ◦ blue 208

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

Shades of Medium Orchid #BC78D0

Tints of Medium Orchid #BC78D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.31%

R = 36.43%
G = 23.26%
B = 40.31%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC78D0 (or 0xBC78D0) is known color: Medium Orchid. HEX triplet: BC, 78 and D0. RGB value is (188,120,208). Sum of RGB (Red+Green+Blue) = 188+120+208=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78D0 is #43872F. Grayscale: #969696. Windows color (decimal): -4425520 or 13662396. OLE color: 13662396.

HSL color Cylindrical-coordinate representation of color #BC78D0: hue angle of 286.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC78D0 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 120 208 -
CMYK 0.10 0.42 0 0.18
HSL 286.36º 0.48% 0.64% -
HSV(B) 286.36º 0.42% 0.82% -
XYZ 38.84 28.68 63.16 -
YUV 150.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 188 120 208 0.10 0.42 0 0.18 286.36 0.48 0.64
Hex BC 78 D0 A 2A 0 12 11E 30 40
Octal 274 170 320 12 52 0 22 436 60 100
Binary 10111100 1111000 11010000 1010 101010 0 10010 100011110 110000 1000000

Color Harmonies of #BC78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78D0

Black with #BC78D0

Text Example


Text Example

White with #BC78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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