Html Css Color HEX #BA55DE Medium Orchid

📋 copy color: '#BA55DE'

red 186 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #BA55DE

Tints of Medium Orchid #BA55DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 37.73%
G = 17.24%
B = 45.03%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA55DE (or 0xBA55DE) is known color: Medium Orchid. HEX triplet: BA, 55 and DE. RGB value is (186,85,222). Sum of RGB (Red+Green+Blue) = 186+85+222=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA55DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55DE is #45AA21. Grayscale: #828282. Windows color (decimal): -4565538 or 14570938. OLE color: 14570938.

HSL color Cylindrical-coordinate representation of color #BA55DE: hue angle of 284.23º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA55DE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 85 222 -
CMYK 0.16 0.62 0 0.13
HSL 284.23º 0.67% 0.6% -
HSV(B) 284.23º 0.62% 0.87% -
XYZ 36.68 22.21 71.46 -
YUV 130.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 186 85 222 0.16 0.62 0 0.13 284.23 0.67 0.6
Hex BA 55 DE 10 3E 0 D 11C 43 3C
Octal 272 125 336 20 76 0 15 434 103 74
Binary 10111010 1010101 11011110 10000 111110 0 1101 100011100 1000011 111100

Color Harmonies of #BA55DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55DE

Black with #BA55DE

Text Example


Text Example

White with #BA55DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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