Html Css Color HEX #BA78E0 Medium Orchid

📋 copy color: '#BA78E0'

red 186 ◦ green 120 ◦ blue 224

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

Shades of Medium Orchid #BA78E0

Tints of Medium Orchid #BA78E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 35.09%
G = 22.64%
B = 42.26%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA78E0 (or 0xBA78E0) is known color: Medium Orchid. HEX triplet: BA, 78 and E0. RGB value is (186,120,224). Sum of RGB (Red+Green+Blue) = 186+120+224=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA78E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78E0 is #45871F. Grayscale: #979797. Windows color (decimal): -4556576 or 14710970. OLE color: 14710970.

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

Color convert

RGB 186 120 224 -
CMYK 0.17 0.46 0 0.12
HSL 278.08º 0.63% 0.67% -
HSV(B) 278.08º 0.46% 0.88% -
XYZ 40.42 29.25 74.04 -
YUV 151.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 186 120 224 0.17 0.46 0 0.12 278.08 0.63 0.67
Hex BA 78 E0 11 2E 0 C 116 3F 43
Octal 272 170 340 21 56 0 14 426 77 103
Binary 10111010 1111000 11100000 10001 101110 0 1100 100010110 111111 1000011

Color Harmonies of #BA78E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78E0

Black with #BA78E0

Text Example


Text Example

White with #BA78E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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