Html Css Color HEX #BA79D8 Medium Orchid

📋 copy color: '#BA79D8'

red 186 ◦ green 121 ◦ blue 216

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

Shades of Medium Orchid #BA79D8

Tints of Medium Orchid #BA79D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.3%

R = 35.56%
G = 23.14%
B = 41.3%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA79D8 (or 0xBA79D8) is known color: Medium Orchid. HEX triplet: BA, 79 and D8. RGB value is (186,121,216). Sum of RGB (Red+Green+Blue) = 186+121+216=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA79D8 is #458627. Grayscale: #969696. Windows color (decimal): -4556328 or 14186938. OLE color: 14186938.

HSL color Cylindrical-coordinate representation of color #BA79D8: hue angle of 281.05º degrees, saturation: 0.55, 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 #BA79D8 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 121 216 -
CMYK 0.14 0.44 0 0.15
HSL 281.05º 0.55% 0.66% -
HSV(B) 281.05º 0.44% 0.85% -
XYZ 39.48 29.07 68.5 -
YUV 151.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 186 121 216 0.14 0.44 0 0.15 281.05 0.55 0.66
Hex BA 79 D8 E 2C 0 F 119 37 42
Octal 272 171 330 16 54 0 17 431 67 102
Binary 10111010 1111001 11011000 1110 101100 0 1111 100011001 110111 1000010

Color Harmonies of #BA79D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79D8

Black with #BA79D8

Text Example


Text Example

White with #BA79D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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