Html Css Color HEX #BA79DF Medium Orchid

📋 copy color: '#BA79DF'

red 186 ◦ green 121 ◦ blue 223

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

Shades of Medium Orchid #BA79DF

Tints of Medium Orchid #BA79DF

RGB

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

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

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

R = 35.09%
G = 22.83%
B = 42.08%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA79DF (or 0xBA79DF) is known color: Medium Orchid. HEX triplet: BA, 79 and DF. RGB value is (186,121,223). Sum of RGB (Red+Green+Blue) = 186+121+223=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79DF is #458620. Grayscale: #979797. Windows color (decimal): -4556321 or 14645690. OLE color: 14645690.

HSL color Cylindrical-coordinate representation of color #BA79DF: hue angle of 278.24º 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 #BA79DF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 121 223 -
CMYK 0.17 0.46 0 0.13
HSL 278.24º 0.61% 0.67% -
HSV(B) 278.24º 0.46% 0.87% -
XYZ 40.41 29.44 73.37 -
YUV 152.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 186 121 223 0.17 0.46 0 0.13 278.24 0.61 0.67
Hex BA 79 DF 11 2E 0 D 116 3D 43
Octal 272 171 337 21 56 0 15 426 75 103
Binary 10111010 1111001 11011111 10001 101110 0 1101 100010110 111101 1000011

Color Harmonies of #BA79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79DF

Black with #BA79DF

Text Example


Text Example

White with #BA79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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