Html Css Color HEX #BA78E6 Medium Orchid

📋 copy color: '#BA78E6'

red 186 ◦ green 120 ◦ blue 230

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

Shades of Medium Orchid #BA78E6

Tints of Medium Orchid #BA78E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 34.7%
G = 22.39%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA78E6 (or 0xBA78E6) is known color: Medium Orchid. HEX triplet: BA, 78 and E6. RGB value is (186,120,230). Sum of RGB (Red+Green+Blue) = 186+120+230=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA78E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78E6 is #458719. Grayscale: #979797. Windows color (decimal): -4556570 or 15104186. OLE color: 15104186.

HSL color Cylindrical-coordinate representation of color #BA78E6: hue angle of 276º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA78E6 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 120 230 -
CMYK 0.19 0.48 0 0.10
HSL 276º 0.69% 0.69% -
HSV(B) 276º 0.48% 0.9% -
XYZ 41.25 29.59 78.4 -
YUV 152.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 186 120 230 0.19 0.48 0 0.10 276 0.69 0.69
Hex BA 78 E6 13 30 0 A 114 45 45
Octal 272 170 346 23 60 0 12 424 105 105
Binary 10111010 1111000 11100110 10011 110000 0 1010 100010100 1000101 1000101

Color Harmonies of #BA78E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78E6

Black with #BA78E6

Text Example


Text Example

White with #BA78E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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