Html Css Color HEX #BA55FC Medium Orchid

📋 copy color: '#BA55FC'

red 186 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #BA55FC

Tints of Medium Orchid #BA55FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 35.56%
G = 16.25%
B = 48.18%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA55FC (or 0xBA55FC) is known color: Medium Orchid. HEX triplet: BA, 55 and FC. RGB value is (186,85,252). Sum of RGB (Red+Green+Blue) = 186+85+252=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA55FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55FC is #45AA03. Grayscale: #858585. Windows color (decimal): -4565508 or 16537018. OLE color: 16537018.

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

Color convert

RGB 186 85 252 -
CMYK 0.26 0.66 0 0.01
HSL 276.29º 0.97% 0.66% -
HSV(B) 276.29º 0.66% 0.99% -
XYZ 41.07 23.96 94.56 -
YUV 134.24 194.46 164.92 -
System Red Green Blue C M Y K H S L
Decimal 186 85 252 0.26 0.66 0 0.01 276.29 0.97 0.66
Hex BA 55 FC 1A 42 0 1 114 61 42
Octal 272 125 374 32 102 0 1 424 141 102
Binary 10111010 1010101 11111100 11010 1000010 0 1 100010100 1100001 1000010

Color Harmonies of #BA55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55FC

Black with #BA55FC

Text Example


Text Example

White with #BA55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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