Html Css Color HEX #BA53FB Medium Orchid

📋 copy color: '#BA53FB'

red 186 ◦ green 83 ◦ blue 251

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

Shades of Medium Orchid #BA53FB

Tints of Medium Orchid #BA53FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 35.77%
G = 15.96%
B = 48.27%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA53FB (or 0xBA53FB) is known color: Medium Orchid. HEX triplet: BA, 53 and FB. RGB value is (186,83,251). Sum of RGB (Red+Green+Blue) = 186+83+251=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA53FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53FB is #45AC04. Grayscale: #848484. Windows color (decimal): -4566021 or 16470970. OLE color: 16470970.

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

Color convert

RGB 186 83 251 -
CMYK 0.26 0.67 0 0.02
HSL 276.79º 0.95% 0.65% -
HSV(B) 276.79º 0.67% 0.98% -
XYZ 40.76 23.59 93.67 -
YUV 132.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 186 83 251 0.26 0.67 0 0.02 276.79 0.95 0.65
Hex BA 53 FB 1A 43 0 2 115 5F 41
Octal 272 123 373 32 103 0 2 425 137 101
Binary 10111010 1010011 11111011 11010 1000011 0 10 100010101 1011111 1000001

Color Harmonies of #BA53FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53FB

Black with #BA53FB

Text Example


Text Example

White with #BA53FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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