Html Css Color HEX #BA78E1 Medium Orchid

📋 copy color: '#BA78E1'

red 186 ◦ green 120 ◦ blue 225

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

Shades of Medium Orchid #BA78E1

Tints of Medium Orchid #BA78E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.37%

R = 35.03%
G = 22.6%
B = 42.37%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA78E1 (or 0xBA78E1) is known color: Medium Orchid. HEX triplet: BA, 78 and E1. RGB value is (186,120,225). Sum of RGB (Red+Green+Blue) = 186+120+225=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA78E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78E1 is #45871E. Grayscale: #979797. Windows color (decimal): -4556575 or 14776506. OLE color: 14776506.

HSL color Cylindrical-coordinate representation of color #BA78E1: hue angle of 277.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA78E1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 120 225 -
CMYK 0.17 0.47 0 0.12
HSL 277.71º 0.64% 0.68% -
HSV(B) 277.71º 0.47% 0.88% -
XYZ 40.56 29.31 74.75 -
YUV 151.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 186 120 225 0.17 0.47 0 0.12 277.71 0.64 0.68
Hex BA 78 E1 11 2F 0 C 116 40 44
Octal 272 170 341 21 57 0 14 426 100 104
Binary 10111010 1111000 11100001 10001 101111 0 1100 100010110 1000000 1000100

Color Harmonies of #BA78E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78E1

Black with #BA78E1

Text Example


Text Example

White with #BA78E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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