Html Css Color HEX #BA55EE Medium Orchid

📋 copy color: '#BA55EE'

red 186 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #BA55EE

Tints of Medium Orchid #BA55EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 36.54%
G = 16.7%
B = 46.76%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA55EE (or 0xBA55EE) is known color: Medium Orchid. HEX triplet: BA, 55 and EE. RGB value is (186,85,238). Sum of RGB (Red+Green+Blue) = 186+85+238=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55EE is #45AA11. Grayscale: #848484. Windows color (decimal): -4565522 or 15619514. OLE color: 15619514.

HSL color Cylindrical-coordinate representation of color #BA55EE: hue angle of 279.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA55EE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 85 238 -
CMYK 0.22 0.64 0 0.07
HSL 279.61º 0.82% 0.63% -
HSV(B) 279.61º 0.64% 0.93% -
XYZ 38.93 23.11 83.3 -
YUV 132.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 186 85 238 0.22 0.64 0 0.07 279.61 0.82 0.63
Hex BA 55 EE 16 40 0 7 118 52 3F
Octal 272 125 356 26 100 0 7 430 122 77
Binary 10111010 1010101 11101110 10110 1000000 0 111 100011000 1010010 111111

Color Harmonies of #BA55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55EE

Black with #BA55EE

Text Example


Text Example

White with #BA55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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