Html Css Color HEX #BC79DF Medium Orchid

📋 copy color: '#BC79DF'

red 188 ◦ green 121 ◦ blue 223

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

Shades of Medium Orchid #BC79DF

Tints of Medium Orchid #BC79DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 35.34%
G = 22.74%
B = 41.92%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC79DF (or 0xBC79DF) is known color: Medium Orchid. HEX triplet: BC, 79 and DF. RGB value is (188,121,223). Sum of RGB (Red+Green+Blue) = 188+121+223=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79DF is #438620. Grayscale: #989898. Windows color (decimal): -4425249 or 14645692. OLE color: 14645692.

HSL color Cylindrical-coordinate representation of color #BC79DF: hue angle of 279.41º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC79DF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 121 223 -
CMYK 0.16 0.46 0 0.13
HSL 279.41º 0.61% 0.67% -
HSV(B) 279.41º 0.46% 0.87% -
XYZ 40.9 29.69 73.39 -
YUV 152.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 188 121 223 0.16 0.46 0 0.13 279.41 0.61 0.67
Hex BC 79 DF 10 2E 0 D 117 3D 43
Octal 274 171 337 20 56 0 15 427 75 103
Binary 10111100 1111001 11011111 10000 101110 0 1101 100010111 111101 1000011

Color Harmonies of #BC79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79DF

Black with #BC79DF

Text Example


Text Example

White with #BC79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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