Html Css Color HEX #BA55FF Medium Orchid

📋 copy color: '#BA55FF'

red 186 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #BA55FF

Tints of Medium Orchid #BA55FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 35.36%
G = 16.16%
B = 48.48%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA55FF (or 0xBA55FF) is known color: Medium Orchid. HEX triplet: BA, 55 and FF. RGB value is (186,85,255). Sum of RGB (Red+Green+Blue) = 186+85+255=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55FF is #45AA00. Grayscale: #868686. Windows color (decimal): -4565505 or 16733626. OLE color: 16733626.

HSL color Cylindrical-coordinate representation of color #BA55FF: hue angle of 275.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA55FF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 85 255 -
CMYK 0.27 0.67 0 0
HSL 275.65º 1% 0.67% -
HSV(B) 275.65º 0.67% 1% -
XYZ 41.55 24.16 97.08 -
YUV 134.58 195.96 164.68 -
System Red Green Blue C M Y K H S L
Decimal 186 85 255 0.27 0.67 0 0 275.65 1 0.67
Hex BA 55 FF 1B 43 0 0 114 64 43
Octal 272 125 377 33 103 0 0 424 144 103
Binary 10111010 1010101 11111111 11011 1000011 0 0 100010100 1100100 1000011

Color Harmonies of #BA55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55FF

Black with #BA55FF

Text Example


Text Example

White with #BA55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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