Html Css Color HEX #BA55FA Medium Orchid

📋 copy color: '#BA55FA'

red 186 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #BA55FA

Tints of Medium Orchid #BA55FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 35.7%
G = 16.31%
B = 47.98%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA55FA (or 0xBA55FA) is known color: Medium Orchid. HEX triplet: BA, 55 and FA. RGB value is (186,85,250). Sum of RGB (Red+Green+Blue) = 186+85+250=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55FA is #45AA05. Grayscale: #858585. Windows color (decimal): -4565510 or 16405946. OLE color: 16405946.

HSL color Cylindrical-coordinate representation of color #BA55FA: hue angle of 276.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA55FA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 85 250 -
CMYK 0.26 0.66 0 0.02
HSL 276.73º 0.94% 0.66% -
HSV(B) 276.73º 0.66% 0.98% -
XYZ 40.75 23.84 92.9 -
YUV 134.01 193.46 165.08 -
System Red Green Blue C M Y K H S L
Decimal 186 85 250 0.26 0.66 0 0.02 276.73 0.94 0.66
Hex BA 55 FA 1A 42 0 2 115 5E 42
Octal 272 125 372 32 102 0 2 425 136 102
Binary 10111010 1010101 11111010 11010 1000010 0 10 100010101 1011110 1000010

Color Harmonies of #BA55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55FA

Black with #BA55FA

Text Example


Text Example

White with #BA55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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