Html Css Color HEX #BA79DE Medium Orchid

📋 copy color: '#BA79DE'

red 186 ◦ green 121 ◦ blue 222

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

Shades of Medium Orchid #BA79DE

Tints of Medium Orchid #BA79DE

RGB

 RED value IS 186 (73.05% from 255) = 35.16%

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 35.16%
G = 22.87%
B = 41.97%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA79DE (or 0xBA79DE) is known color: Medium Orchid. HEX triplet: BA, 79 and DE. RGB value is (186,121,222). Sum of RGB (Red+Green+Blue) = 186+121+222=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79DE is #458621. Grayscale: #979797. Windows color (decimal): -4556322 or 14580154. OLE color: 14580154.

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

Color convert

RGB 186 121 222 -
CMYK 0.16 0.45 0 0.13
HSL 278.61º 0.6% 0.67% -
HSV(B) 278.61º 0.45% 0.87% -
XYZ 40.27 29.39 72.66 -
YUV 151.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 186 121 222 0.16 0.45 0 0.13 278.61 0.6 0.67
Hex BA 79 DE 10 2D 0 D 117 3C 43
Octal 272 171 336 20 55 0 15 427 74 103
Binary 10111010 1111001 11011110 10000 101101 0 1101 100010111 111100 1000011

Color Harmonies of #BA79DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79DE

Black with #BA79DE

Text Example


Text Example

White with #BA79DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79DE; }

 p { color: rgb(186,121,222); }

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

background-color css

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

 a { background-color: rgb(186,121,222); }

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

border-color css

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

 span { border-color: rgb(186,121,222); }

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