Html Css Color HEX #BA79DA Medium Orchid

📋 copy color: '#BA79DA'

red 186 ◦ green 121 ◦ blue 218

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

Shades of Medium Orchid #BA79DA

Tints of Medium Orchid #BA79DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 35.43%
G = 23.05%
B = 41.52%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA79DA (or 0xBA79DA) is known color: Medium Orchid. HEX triplet: BA, 79 and DA. RGB value is (186,121,218). Sum of RGB (Red+Green+Blue) = 186+121+218=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA79DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79DA is #458625. Grayscale: #979797. Windows color (decimal): -4556326 or 14318010. OLE color: 14318010.

HSL color Cylindrical-coordinate representation of color #BA79DA: hue angle of 280.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA79DA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 121 218 -
CMYK 0.15 0.44 0 0.15
HSL 280.21º 0.57% 0.66% -
HSV(B) 280.21º 0.44% 0.85% -
XYZ 39.74 29.18 69.87 -
YUV 151.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 186 121 218 0.15 0.44 0 0.15 280.21 0.57 0.66
Hex BA 79 DA F 2C 0 F 118 39 42
Octal 272 171 332 17 54 0 17 430 71 102
Binary 10111010 1111001 11011010 1111 101100 0 1111 100011000 111001 1000010

Color Harmonies of #BA79DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79DA

Black with #BA79DA

Text Example


Text Example

White with #BA79DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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