Html Css Color HEX #BA51FD Medium Orchid

📋 copy color: '#BA51FD'

red 186 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #BA51FD

Tints of Medium Orchid #BA51FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.58%

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 35.77%
G = 15.58%
B = 48.65%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA51FD (or 0xBA51FD) is known color: Medium Orchid. HEX triplet: BA, 51 and FD. RGB value is (186,81,253). Sum of RGB (Red+Green+Blue) = 186+81+253=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA51FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51FD is #45AE02. Grayscale: #838383. Windows color (decimal): -4566531 or 16601530. OLE color: 16601530.

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

Color convert

RGB 186 81 253 -
CMYK 0.26 0.68 0 0.01
HSL 276.63º 0.98% 0.65% -
HSV(B) 276.63º 0.68% 0.99% -
XYZ 40.92 23.42 95.29 -
YUV 132 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 186 81 253 0.26 0.68 0 0.01 276.63 0.98 0.65
Hex BA 51 FD 1A 44 0 1 115 62 41
Octal 272 121 375 32 104 0 1 425 142 101
Binary 10111010 1010001 11111101 11010 1000100 0 1 100010101 1100010 1000001

Color Harmonies of #BA51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51FD

Black with #BA51FD

Text Example


Text Example

White with #BA51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51FD; }

 p { color: rgb(186,81,253); }

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

background-color css

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

 a { background-color: rgb(186,81,253); }

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

border-color css

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

 span { border-color: rgb(186,81,253); }

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