Html Css Color HEX #BC79DC Medium Orchid

📋 copy color: '#BC79DC'

red 188 ◦ green 121 ◦ blue 220

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

Shades of Medium Orchid #BC79DC

Tints of Medium Orchid #BC79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.87%

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

R = 35.54%
G = 22.87%
B = 41.59%

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

#BC79DC (or 0xBC79DC) is known color: Medium Orchid. HEX triplet: BC, 79 and DC. RGB value is (188,121,220). Sum of RGB (Red+Green+Blue) = 188+121+220=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79DC is #438623. Grayscale: #979797. Windows color (decimal): -4425252 or 14449084. OLE color: 14449084.

HSL color Cylindrical-coordinate representation of color #BC79DC: hue angle of 280.61º 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 #BC79DC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 121 220 -
CMYK 0.15 0.45 0 0.14
HSL 280.61º 0.59% 0.67% -
HSV(B) 280.61º 0.45% 0.86% -
XYZ 40.49 29.53 71.28 -
YUV 152.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 188 121 220 0.15 0.45 0 0.14 280.61 0.59 0.67
Hex BC 79 DC F 2D 0 E 119 3B 43
Octal 274 171 334 17 55 0 16 431 73 103
Binary 10111100 1111001 11011100 1111 101101 0 1110 100011001 111011 1000011

Color Harmonies of #BC79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79DC

Black with #BC79DC

Text Example


Text Example

White with #BC79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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