Html Css Color HEX #BA78E3 Medium Orchid

📋 copy color: '#BA78E3'

red 186 ◦ green 120 ◦ blue 227

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

Shades of Medium Orchid #BA78E3

Tints of Medium Orchid #BA78E3

RGB

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

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

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

R = 34.9%
G = 22.51%
B = 42.59%

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

#BA78E3 (or 0xBA78E3) is known color: Medium Orchid. HEX triplet: BA, 78 and E3. RGB value is (186,120,227). Sum of RGB (Red+Green+Blue) = 186+120+227=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA78E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78E3 is #45871C. Grayscale: #979797. Windows color (decimal): -4556573 or 14907578. OLE color: 14907578.

HSL color Cylindrical-coordinate representation of color #BA78E3: hue angle of 277.01º degrees, saturation: 0.66, 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 #BA78E3 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 120 227 -
CMYK 0.18 0.47 0 0.11
HSL 277.01º 0.66% 0.68% -
HSV(B) 277.01º 0.47% 0.89% -
XYZ 40.83 29.42 76.2 -
YUV 151.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 186 120 227 0.18 0.47 0 0.11 277.01 0.66 0.68
Hex BA 78 E3 12 2F 0 B 115 42 44
Octal 272 170 343 22 57 0 13 425 102 104
Binary 10111010 1111000 11100011 10010 101111 0 1011 100010101 1000010 1000100

Color Harmonies of #BA78E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78E3

Black with #BA78E3

Text Example


Text Example

White with #BA78E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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