Html Css Color HEX #BA50FD Medium Orchid

📋 copy color: '#BA50FD'

red 186 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #BA50FD

Tints of Medium Orchid #BA50FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

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

R = 35.84%
G = 15.41%
B = 48.75%

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

#BA50FD (or 0xBA50FD) is known color: Medium Orchid. HEX triplet: BA, 50 and FD. RGB value is (186,80,253). Sum of RGB (Red+Green+Blue) = 186+80+253=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50FD is #45AF02. Grayscale: #828282. Windows color (decimal): -4566787 or 16601274. OLE color: 16601274.

HSL color Cylindrical-coordinate representation of color #BA50FD: hue angle of 276.76º 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 #BA50FD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 80 253 -
CMYK 0.26 0.68 0 0.01
HSL 276.76º 0.98% 0.65% -
HSV(B) 276.76º 0.68% 0.99% -
XYZ 40.85 23.27 95.27 -
YUV 131.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 186 80 253 0.26 0.68 0 0.01 276.76 0.98 0.65
Hex BA 50 FD 1A 44 0 1 115 62 41
Octal 272 120 375 32 104 0 1 425 142 101
Binary 10111010 1010000 11111101 11010 1000100 0 1 100010101 1100010 1000001

Color Harmonies of #BA50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50FD

Black with #BA50FD

Text Example


Text Example

White with #BA50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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