Html Css Color HEX #BA78D7 Medium Orchid

📋 copy color: '#BA78D7'

red 186 ◦ green 120 ◦ blue 215

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

Shades of Medium Orchid #BA78D7

Tints of Medium Orchid #BA78D7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.03%

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 35.7%
G = 23.03%
B = 41.27%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA78D7 (or 0xBA78D7) is known color: Medium Orchid. HEX triplet: BA, 78 and D7. RGB value is (186,120,215). Sum of RGB (Red+Green+Blue) = 186+120+215=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA78D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78D7 is #458728. Grayscale: #969696. Windows color (decimal): -4556585 or 14121146. OLE color: 14121146.

HSL color Cylindrical-coordinate representation of color #BA78D7: hue angle of 281.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA78D7 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 120 215 -
CMYK 0.13 0.44 0 0.16
HSL 281.68º 0.54% 0.66% -
HSV(B) 281.68º 0.44% 0.84% -
XYZ 39.23 28.78 67.78 -
YUV 150.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 186 120 215 0.13 0.44 0 0.16 281.68 0.54 0.66
Hex BA 78 D7 D 2C 0 10 11A 36 42
Octal 272 170 327 15 54 0 20 432 66 102
Binary 10111010 1111000 11010111 1101 101100 0 10000 100011010 110110 1000010

Color Harmonies of #BA78D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78D7

Black with #BA78D7

Text Example


Text Example

White with #BA78D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78D7; }

 p { color: rgb(186,120,215); }

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

background-color css

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

 a { background-color: rgb(186,120,215); }

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

border-color css

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

 span { border-color: rgb(186,120,215); }

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