Html Css Color HEX #BA79E3 Medium Orchid

📋 copy color: '#BA79E3'

red 186 ◦ green 121 ◦ blue 227

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

Shades of Medium Orchid #BA79E3

Tints of Medium Orchid #BA79E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.51%

R = 34.83%
G = 22.66%
B = 42.51%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA79E3 (or 0xBA79E3) is known color: Medium Orchid. HEX triplet: BA, 79 and E3. RGB value is (186,121,227). Sum of RGB (Red+Green+Blue) = 186+121+227=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA79E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79E3 is #45861C. Grayscale: #989898. Windows color (decimal): -4556317 or 14907834. OLE color: 14907834.

HSL color Cylindrical-coordinate representation of color #BA79E3: hue angle of 276.79º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA79E3 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 121 227 -
CMYK 0.18 0.47 0 0.11
HSL 276.79º 0.65% 0.68% -
HSV(B) 276.79º 0.47% 0.89% -
XYZ 40.95 29.66 76.24 -
YUV 152.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 186 121 227 0.18 0.47 0 0.11 276.79 0.65 0.68
Hex BA 79 E3 12 2F 0 B 115 41 44
Octal 272 171 343 22 57 0 13 425 101 104
Binary 10111010 1111001 11100011 10010 101111 0 1011 100010101 1000001 1000100

Color Harmonies of #BA79E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79E3

Black with #BA79E3

Text Example


Text Example

White with #BA79E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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