Html Css Color HEX #BA50FF Medium Orchid

📋 copy color: '#BA50FF'

red 186 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #BA50FF

Tints of Medium Orchid #BA50FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 35.7%
G = 15.36%
B = 48.94%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA50FF (or 0xBA50FF) is known color: Medium Orchid. HEX triplet: BA, 50 and FF. RGB value is (186,80,255). Sum of RGB (Red+Green+Blue) = 186+80+255=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50FF is #45AF00. Grayscale: #838383. Windows color (decimal): -4566785 or 16732346. OLE color: 16732346.

HSL color Cylindrical-coordinate representation of color #BA50FF: hue angle of 276.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA50FF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 80 255 -
CMYK 0.27 0.69 0 0
HSL 276.34º 1% 0.66% -
HSV(B) 276.34º 0.69% 1% -
XYZ 41.17 23.4 96.95 -
YUV 131.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 186 80 255 0.27 0.69 0 0 276.34 1 0.66
Hex BA 50 FF 1B 45 0 0 114 64 42
Octal 272 120 377 33 105 0 0 424 144 102
Binary 10111010 1010000 11111111 11011 1000101 0 0 100010100 1100100 1000010

Color Harmonies of #BA50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50FF

Black with #BA50FF

Text Example


Text Example

White with #BA50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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