Html Css Color HEX #BA55E8 Medium Orchid

📋 copy color: '#BA55E8'

red 186 ◦ green 85 ◦ blue 232

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

Shades of Medium Orchid #BA55E8

Tints of Medium Orchid #BA55E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 36.98%
G = 16.9%
B = 46.12%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA55E8 (or 0xBA55E8) is known color: Medium Orchid. HEX triplet: BA, 55 and E8. RGB value is (186,85,232). Sum of RGB (Red+Green+Blue) = 186+85+232=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA55E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55E8 is #45AA17. Grayscale: #838383. Windows color (decimal): -4565528 or 15226298. OLE color: 15226298.

HSL color Cylindrical-coordinate representation of color #BA55E8: hue angle of 281.22º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA55E8 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 85 232 -
CMYK 0.20 0.63 0 0.09
HSL 281.22º 0.76% 0.62% -
HSV(B) 281.22º 0.63% 0.91% -
XYZ 38.06 22.76 78.73 -
YUV 131.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 186 85 232 0.20 0.63 0 0.09 281.22 0.76 0.62
Hex BA 55 E8 14 3F 0 9 119 4C 3E
Octal 272 125 350 24 77 0 11 431 114 76
Binary 10111010 1010101 11101000 10100 111111 0 1001 100011001 1001100 111110

Color Harmonies of #BA55E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55E8

Black with #BA55E8

Text Example


Text Example

White with #BA55E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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