Html Css Color HEX #BA55EF Medium Orchid

📋 copy color: '#BA55EF'

red 186 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #BA55EF

Tints of Medium Orchid #BA55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.67%

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 36.47%
G = 16.67%
B = 46.86%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA55EF (or 0xBA55EF) is known color: Medium Orchid. HEX triplet: BA, 55 and EF. RGB value is (186,85,239). Sum of RGB (Red+Green+Blue) = 186+85+239=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55EF is #45AA10. Grayscale: #848484. Windows color (decimal): -4565521 or 15685050. OLE color: 15685050.

HSL color Cylindrical-coordinate representation of color #BA55EF: hue angle of 279.35º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA55EF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 85 239 -
CMYK 0.22 0.64 0 0.06
HSL 279.35º 0.83% 0.64% -
HSV(B) 279.35º 0.64% 0.94% -
XYZ 39.08 23.17 84.07 -
YUV 132.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 186 85 239 0.22 0.64 0 0.06 279.35 0.83 0.64
Hex BA 55 EF 16 40 0 6 117 53 40
Octal 272 125 357 26 100 0 6 427 123 100
Binary 10111010 1010101 11101111 10110 1000000 0 110 100010111 1010011 1000000

Color Harmonies of #BA55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55EF

Black with #BA55EF

Text Example


Text Example

White with #BA55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55EF; }

 p { color: rgb(186,85,239); }

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

background-color css

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

 a { background-color: rgb(186,85,239); }

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

border-color css

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

 span { border-color: rgb(186,85,239); }

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