Html Css Color HEX #BA55EA Medium Orchid

📋 copy color: '#BA55EA'

red 186 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #BA55EA

Tints of Medium Orchid #BA55EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 36.83%
G = 16.83%
B = 46.34%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA55EA (or 0xBA55EA) is known color: Medium Orchid. HEX triplet: BA, 55 and EA. RGB value is (186,85,234). Sum of RGB (Red+Green+Blue) = 186+85+234=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55EA is #45AA15. Grayscale: #838383. Windows color (decimal): -4565526 or 15357370. OLE color: 15357370.

HSL color Cylindrical-coordinate representation of color #BA55EA: hue angle of 280.67º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA55EA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 85 234 -
CMYK 0.21 0.64 0 0.08
HSL 280.67º 0.78% 0.63% -
HSV(B) 280.67º 0.64% 0.92% -
XYZ 38.35 22.88 80.24 -
YUV 132.19 185.46 166.38 -
System Red Green Blue C M Y K H S L
Decimal 186 85 234 0.21 0.64 0 0.08 280.67 0.78 0.63
Hex BA 55 EA 15 40 0 8 119 4E 3F
Octal 272 125 352 25 100 0 10 431 116 77
Binary 10111010 1010101 11101010 10101 1000000 0 1000 100011001 1001110 111111

Color Harmonies of #BA55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55EA

Black with #BA55EA

Text Example


Text Example

White with #BA55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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