Html Css Color HEX #BA56E6 Medium Orchid

📋 copy color: '#BA56E6'

red 186 ◦ green 86 ◦ blue 230

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

Shades of Medium Orchid #BA56E6

Tints of Medium Orchid #BA56E6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.13%

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

R = 37.05%
G = 17.13%
B = 45.82%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA56E6 (or 0xBA56E6) is known color: Medium Orchid. HEX triplet: BA, 56 and E6. RGB value is (186,86,230). Sum of RGB (Red+Green+Blue) = 186+86+230=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA56E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56E6 is #45A919. Grayscale: #838383. Windows color (decimal): -4565274 or 15095482. OLE color: 15095482.

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

Color convert

RGB 186 86 230 -
CMYK 0.19 0.63 0 0.10
HSL 281.67º 0.74% 0.62% -
HSV(B) 281.67º 0.63% 0.9% -
XYZ 37.86 22.81 77.27 -
YUV 132.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 186 86 230 0.19 0.63 0 0.10 281.67 0.74 0.62
Hex BA 56 E6 13 3F 0 A 11A 4A 3E
Octal 272 126 346 23 77 0 12 432 112 76
Binary 10111010 1010110 11100110 10011 111111 0 1010 100011010 1001010 111110

Color Harmonies of #BA56E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56E6

Black with #BA56E6

Text Example


Text Example

White with #BA56E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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