Html Css Color HEX #BA53FC Medium Orchid

📋 copy color: '#BA53FC'

red 186 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #BA53FC

Tints of Medium Orchid #BA53FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.93%

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

R = 35.7%
G = 15.93%
B = 48.37%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA53FC (or 0xBA53FC) is known color: Medium Orchid. HEX triplet: BA, 53 and FC. RGB value is (186,83,252). Sum of RGB (Red+Green+Blue) = 186+83+252=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53FC is #45AC03. Grayscale: #848484. Windows color (decimal): -4566020 or 16536506. OLE color: 16536506.

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

Color convert

RGB 186 83 252 -
CMYK 0.26 0.67 0 0.01
HSL 276.57º 0.97% 0.66% -
HSV(B) 276.57º 0.67% 0.99% -
XYZ 40.91 23.65 94.5 -
YUV 133.06 195.12 165.76 -
System Red Green Blue C M Y K H S L
Decimal 186 83 252 0.26 0.67 0 0.01 276.57 0.97 0.66
Hex BA 53 FC 1A 43 0 1 115 61 42
Octal 272 123 374 32 103 0 1 425 141 102
Binary 10111010 1010011 11111100 11010 1000011 0 1 100010101 1100001 1000010

Color Harmonies of #BA53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53FC

Black with #BA53FC

Text Example


Text Example

White with #BA53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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